![分享一个HTML的学习之路]()

<ul><li>内容</li> <li>内容</li> <li>内容</li></ul>
<ol> <li>内容</li> <li>内容</li> <li>内容</li></ol>
<marquee> 内容…..
</marquee>
<table border=“1”> <tr><td> </td><td> </td><td> </td><td>< /td> </tr></table>
<form name=”form1” method=“get” action=“login.php”> 用户名:<input type=”text” name=”username”/> 密码:<input type=”password” name=”userpwd”/> <input type=”submit” value=”提交表单”/></form>
<select name=””> <option value=”北京”>北京</option> <option value=”天津”>天津</option> <option value=”重庆”>重庆</option></select>
<ing src=”inmages/01.jpg” usemap=”#Map”/><map id=”Map”><area shap=”热区形状” cords=”热区坐标” href=”链接地址” /><area shap=”热区形状” cords=”热区坐标” href=”链接地址” /><area shap=”热区形状” cords=”热区坐标” href=”链接地址” /></map>
<style type=”text/css”> h1{Color:red; //文本颜色
Text-align:center; //对齐方式
Border:1px solid #444; //半框样式
Background-color:#ffff00; //背景色}</style>.myClass{
Color:red;
Background-color:yellow;
}</style><h1 class=”myClass”></h1><p class=”myClass”></p>style type=”text/css”>
#myId{
Color=red;
Background-color:yellow;
}</style><p id=”myId”></p>