Html之见名知意

<ul>
<li>Coffee</li>
<li>Milk</li>
</ul>

ul   uordered list

<ol>
<li>Coffee</li>
<li>Milk</li>
</ol>

ol ordered list

<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>

rel relation

 

posted @ 2014-03-06 00:52  Lyndon Chen  阅读(146)  评论(0)    收藏  举报