[Source Code] HTML標籤Tips

<html>
<head></head>
<body>
<pre>
<div align="center"><h1> 111  fsdg </h1></div>
222
333
</pre>

<ul type="circle">
<li type="disc">coffee</li>
<li>tea</li>
<li type="square">milk</li>
</ul>

<ol type="a" start="6">
<li type="A">coffee</li>
<li type="1">milk</li>
<li>tea</li>
</ol>

<dl>
<dt>coffee<dt>
 <dd>black hot drink</dd>
<dt>milk<dt>
 <dd>white hot drink</dd>
</dl>

<h3> A nested List </h3>
<ul>
<li>Coffee</li>
<li>Tea</li>
 <ul type="circle">
 <li>Black tea</li>
 <li>Green tea</li>
 </ul>
<li>Milk</li>
</ul>

<big>big</big>       <br>
<small>small</small>       <br>
<address>address</address>       <br>
<q>q</q>       <br>
<cite>cite</cite>       <br>
<code>code</code>       <br>
<em>em</em>       <br>
<var>var</var>       <br>
<br>
<b>bold</b>       <br>
<i>i</i>       <br>
<u>underline</u>       <br>
<tt> tt </tt> tt       <br>
<sub> sub </sub>sub markup    <br>
<sup> sup </sup>sup markup    <br>
<ins> ins </ins>ins markup    <br>
<del> del </del>del markup    <br>
<bdo dir="rtl"> bdo </bdo>&nbsp;  bdo markup    <br>

<a href="http://192.168.223.117/HTML/nameda.html#C10" target="_blank">chapter 10</a>

<a href="#C10"> See also Chapter 10. </a> </p>
<h2>Chapter 1</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 2</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 3</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 4</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 5</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 6</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 7</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 8</h2><p>This chapter explains ba bla bla</p>
<h2>Chapter 9</h2><p>This chapter explains ba bla bla</p>
<a name="C10"> <h2>Chapter 10</h2> </a>

<a href="mailto:[email protected]">Fitzwilliam</a>
<a href="mailto:[email protected]"><img src="logo-yy.gif"></a>

<table border="1" frame="box">
<tr><th>First Name</th><td>Elizabeth</td></tr>
<tr><th>Last Name</th><td>&nbsp;</td></tr>
<tr><th rowspan="3">Telephone:</th><td>520</td></tr>
<tr><td>250</td></tr>
<tr><td>205</td></tr>
</table>
</body>
</html> 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章