8.3.28html study notes,
<! DOCTYPE html>
<Html>
<Head>
<Meta charset = "UTF-8">
<Title> </title>
</Head>
<B>Bold</B>
<U>Underline</U>
<I>Skew</I>
<P>One paragraph</P>
<A name = "here">Back here</A>
<OlType = "I">
<Li> Yes </li>
<Li> order </li>
<Li> character </li>
<Li> NO. </li>
</Ol>
<UlType = "circle">
<Li> none </li>
<Li> order </li>
<Li> character </li>
<Li> NO. </li>
</Ul>
<Span> depends on </span>
<Span> text size and height </span>
<Br/>
<Br/>
<Br/>
Space& Nbsp;& Nbsp; symbol
<Br/>
<Br/>
<Br/>
Line feed
<Br/>
<Br/>
<Br/> symbol
<Br/>
<Br/>
<Br/>
Split line
<Hr/>
Symbol
<Br/>
<Br/>
<Br/>
<! --Border->
<TableBorder = "1" cellspacing = "1" cellpadding = "1">
<Tr>
<Td> Title 1 </td>
<Td> Title 1 </td>
<Td> Title 1 </td>
</Tr>
<Tr>
<! --Merge cells downward->
<TdRowspan = "2"> Content 1 </td>
<Td> content 1 </td>
<Td> content 1 </td>
</Tr>
<Tr>
<! --Merge cells to the right->
<TdColspan = "2"; Align = "center"> content 1 </td>
</Tr>
</Table>
<Br/>
<Br/>
<Br/>
<Br/>
<Br/>
<Br/>
<Br/>
<Br/>
<Br/>
<A href ="Http://www.baidu.com">Baidu, you will know</A>
<Br/>
<A href = "# here">Return to the ordered symbol</A>
<Br/>
<A href ="Create a compressed RAR file. RAR">Download</A>
<Br/>
<A href ="Http://www.baidu.com">
Img/wangzuxian.jpeg "width =" 360 "; height =" 160 "; title =" Wang zuxian "; alt =" network speed limit, not displayed"/>
</A>
<Body>
</Body>
</Html>