日期:2014-05-17  浏览次数:20812 次

html基本标签
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body bgcolor="#99FFFF" >
<a href="#marker"> 跳转到我要到的页面</a>
<a href="demo1.html#mark"> 跳转到其他页面</a>
<h1> 周一</h1>
<font size="+6" color="#FF0000" face="方正舒体" >下午我&curren;要做作业 </font>
<br>
还原换行喽
<p style="background-color:#00FF00 " align="right" align="justify">
晚上我要把以前的东西补上,看看视频什么的。
</p>
<p>
<h2> 周二</h2>
<img src="banner_1.gif" width="250" height="20" align="middle"> 我要买

</p>
<hr color="#FFFF00" width="100%" size="4">分隔线
<h3>  周四</h3>
<ol type="i" start="3">
<li> wo wo wonuett eour</li>
<li> wo woeut wout wotn</li>
<li>? wuto wtou twotu</li>
</ol>
<ul type="disc">
<li> wo weont weou </li>
<li>wuo wout aashi </li>
<li> tashi shui a aw</li>
<li> who are you ? </li>
<h5>  周五</h5>
<pre>
预定义的格式    预定义的格式
                       预定义的格式
</pre>
<a name="marker"> 锚标记</a>
链接demo
<br>
<A href="demo1.html" > 站内链接,采用先对路径</A>></A>站内链接
<a href="http://www.baidu.com"> 百度</a>
<A href="E:\html demo\demo1.html">采用绝对路径</A>
<br>
<a href="mailto:xiaoshandong80@163.com">热心人联系方式</a>
</ul>
<p style="background-color:#00FF00 "  align="center"">
<marquee direction="up" scrolldelay="100"> wo shi hou rui hong</marquee>
</p>
<font size="+3" color="#0000CC" face="方正舒体" pointsize="20" >我的电脑</font>
</body>
</html>