Layout labels
<!----> comments
<br/> line break
<p></p> Paragraph
Percent width; pixels
Size thickness
NoShade Shadow
Align alignment Center; left;right
<div></div> Layer (block label) line wrapping
<span></span> does not change line
<pre></pre> Pre-format (learn)
<center></center> Center (Learn)
Font labels
<font></font> Font Labels
Size sizes
Color red, #FF0000, RGB (255,0,0)
Face font type
<sub></sub> markings on
<sup></sup> under Mark
< less than > greater than ¥ Yuan ™ trademarks © copyrights
Image label
</img>
SCR path (absolute path or relative path)
Width widths
Height altitude
Alt Mark
Align pictures near text relative to picture position center;top;
Form Labels
Ordered list
<ol>
<li></li>
```````
</ol>
Type ordinal types (a,a,i,i)
start= "number" ordinal start position
Unordered list
<ul>
<li></li>
```````
</ul>
Type ordinal types Disc;circle;square
Custom list
<dl>
<dt> can nest </dt> title
<dd></dd> data
</dl>
HTML tags (partial)