Notes Collation :
Tag Pre, code for displaying source code, etc. (details are not described).
<body> Tags: body part.
Title H1~h6, paragraph p, bold b, italic i, bold strong, emphasis em; ins (insert lines, similar underscores), del (strikethrough).
The addr tag uses the global Title property to display the abbreviated/abbreviated full version.
Ol--> has an unordered list of sequence tables,ul-->.
and List Labels:
<dl> Define Labels <dt></dt> tags <dd></dd> lists for a list </dl>
<DL> <DT>Critical</DT> <DD>The hair blowing on the skin, looking for the problem inside. The analogy is deliberately picky about others ' shortcomings and looking for mistakes. Also refers to the meticulous to cumbersome, picky to the point.</DD> <DT>Pan</DT> <DD>It is a short time to show good things. Epiphyllum is a shrub-like succulent plant with very beautiful flowers, but only 3-4 hours of flowering time, which is very short. People use a fleeting metaphor to describe the good things that don't last.</DD></DL>
HTML link:<a>
Properties: href (destination address), target= "_blank" (opens link in new tab),
Use a link to return to a location on the current page:
<PID= "Top">Top position</P><!--some code; -<PID= "Center">Middle position</P><!--some code; -<PID= "Bottom">Tail position</P><ul> <Li><ahref= "#top">Back to Top</a></Li> <Li><ahref= "#center">Back to the middle</a></Li></ul>
HTML Important Basics (Show yourself)