Html5 grouping tag br hr p div blockquote figure u lol pre, html5blockquote
<Br> line feed, single label
<Hr> split line, horizontal line
<P> paragraph, with the <br> line feed function, and the line spacing is wider than that of common line breaks.
<Div> General grouping, which looks exactly the same as <br>, but the br is a single tag, and the dual tag can control the attributes of the content.
<Blockquote> tab indent. It refers to the paragraph of the entire text. It is mostly used for referencing the artistic conception of conversion scenarios. It is mostly used for publishing formal books or beautifying platforms.
<Pre> the layout is displayed according to the layout of the editor text. No matter how the layout is left blank, It is a row.
****
****
****
////
----
<Pre>
****
****
****
////
----
</Pre>
<Ul> <li> <ol> list tag ul = ol =
<Dl> <dt> <dd> List subdivision, table item
<Figure> <figcaption> ff is used as an illustration. Here, img is an embedded language. caption is the title. In addition to <figcaption>, there is also a common <caption> used for tables.
(Effect)