标签:desc html hello gif 文本 XML nal ima 列表
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title>网页标题</title> <meta name="keywords" content="关键字列表" /> <meta name="description" content="网页描述" /> <link rel="stylesheet" type="text/css" href="" /> <style type="text/css"> div { border:1px solid#ff0000; width:400px; height:400px } span { border:1px solid#ff0000; width:400px; height:400px; } </style> <script type="text/javascript"></script> </head> <body> 这是一个普通文本<font color="red">标签语言</font><br> hello <hr> <img src="01.gif"> <hr> <font color="blue" size="6" face="黑体">静夜思</font><sub>-李白</sub><br> <b>窗前明月光,</b><br> <font color="#ff6600" size="4"> <b>疑是地上霜。<b></font><br> <font color="#ffff00"><u>举头望明月</u>,</font><br> <font color="#red">低头思故乡。</font><br> <font color="blue">a<sup>2</sup>+b<sub>2</sub> = 24</font> <hr> <h1><font color="red">普京总统专机遭围</font></h1> <h2 align="center">神舟十一成功返回</h2> <h3 align="right">互联网大会闭幕</h3> <h4>司机挡车牌防被拍</h4> <h5>投资不过山海关</h5> <h6>快递员遭暴打</h6> <hr noshade> <!--排版标记--> <p>倘若我们能够透过自己的书窗窥见古人窗前的那轮明月,那么,精明的现代人才算拥有了完整意义上的聪明。在物质生活日益丰富的今天,有什么比滋养心智更需要的?现代城市里的楼房越高,</p> <div><hr color="red" size="100" width="50%"></div> <!--网页中颜色的表达方式--> <h3>使用英文单词来表示颜色</h3> <font color="red">红</font> <font color="green">绿</font> <font color="blue">蓝</font> <h3>使用十进制来表示颜色</h3> <font color="rgb(255,0,0)">红</font> <font color="rgb(0,255,0)">绿</font> <font color="rgb(0,0,255)">蓝</font> <h3>使用十六进制表示颜色</h3> <font color="#ff0000">红</font> <font color="00ff00">绿</font> <font color="0000ff">蓝</font> <hr> <!--行内元素和块元素--> 现代城市里的楼房越高,<div>越是鳞次栉比,</div>离月亮的距离就越远。 <hr> 现代城市里的楼房越高,<span>越是鳞次栉比,</span><p>离月亮的距离就越远。</p> </body> </html>
标签:desc html hello gif 文本 XML nal ima 列表
原文地址:http://www.cnblogs.com/pengxin/p/6100163.html