5:html Label
5.1 Single label
①: Text Comment Tags <!--xxxxx–>
②: Text Wrapping Labels <br/>
③: Horizontal Line
5.2 Double Label
①: Paragraph labels <p></p>
②: Title
The code is as follows
Page effects
③: Text label
<font></font> only this tab will not see the page effect.
<font size= "color=" "Pink" > Beautiful text </font>
You can change the text properties in this way. But it is not recommended, CSS can change this effect
④: Text formatted label
Bold effect.
<strong></strong><b></b>
I am a regular label <strong> I am strong semantic tags </strong>
<b> I am b tag </b>
Text italic
<em> text Italic </em>
<i> text Italic </i>
Delete Line
<del> Delete Effects </del>
<s> Delete Effects </s>
Underline
<u> text underline </u> <ins> text underline </ins>
Case:
(ii) Web front-end engineers from getting started to Mastering Series: HTML Tag Introduction