<body> related properties
bgcolor (web background color)
Text (in-page font color)
Background (background image)
Background Image Path classification
Absolute path
Starting from the root (with/representing the root)
Relative path
Starting from itself (./represents the current directory)
(.. /indicate parent directory)
Format Control class label
<font></font>
<font> related properties
Face (text font)
Size (text size)
(text color)
Control format
**<br/> line break function
** Space function
(no matter how many spaces are equal to a space in the Code interface)
*<b> </b> Bold
*<i></i> italic
*<u></u> underline
stackable using
<b><i><u > Content </u></i></b>
<strong></strong> Bold (with accent tone effect)
<em></em> tilt (with accent tone)
Title Making
*
Paragraph making
*<p></p>
Layer label (page layout)
**<div></div> (Content Container) takes one line by default
*<span></span> (how big is the content)
List
<ol> (outer label/ordered list)
<li> content </li>
</ol>
*<ul></ul> (unordered order)
<ol> <ul> Related properties:
Type
1028 (bottom)