<body> What the page displays </body>
comments!!!
The properties of the body
BgColor page background color text text color topmargin top margin leftmargin left margin rightmargin right margin bottommargin next page margin background background wallpaper
1.1 General Label
1.1.1 Format Control Label
<font color= "" face= "" size= "" ></font> control font: Face font, size font.
<b></b> Font Bold
<strong></strong> font Bold (emphasis, tone reinforcement)
<i></i> Tilt
<em></em> font Tilt (emphasis, tone enhancement)
<u></u> Underline
<center></center> Center
<br> or </br> the next line, which represents the carriage return Shift+enter
An empty lattice shift+7
1.1.2 Content Container Label
<p></p> paragraph Labels
<div></div> Layer Label (default line)
<span></span> Layer Labels (how much space is used by default)
<ol type= "1" > with sequence list, serial number is ..., you can change the ordinal form in quotation marks
<li> content </li>
<li> content </li>
</ol>----"Ol" to "UL" or unordered list
".. /"Indicates the parent directory (the top level of the folder on which the current document resides)
"./" indicates the current directory
Relative path: Finds from the current page. Corresponds to the level of the same path as the HTML document.
Absolute path: Search from the root of the site. "/" represents the root of the site.
1.2 Common Tags
Hyperlink label <a href= "hyperlink address" target= "_blank" > Hyperlink text ></a>
Picture label
SRC reference Alt cannot be loaded when the text is displayed and can also help search engine searches. The slice is not in the source file.
HTML Hypertext Markup Language