文档介绍:基本标签
<html></html>
Creates an HTML document
创建一个HTML 文档
<head></head>
Sets off the title and other 
information that isn't displayed 
on the Web page itself
设置文档标题以及其他不在WEB 网页上显示的信息
<body></body>
Sets off the visible portion of 
the document
设置文档的可见部分
Header tags
标题标签
<title></title>
Puts the name of the document 
in the title bar
将文档的题目放在标题栏中
Body attributes
文档整体属性
<body bgcolor=?>
Sets the background color, 
using name or hex value
设置背景颜色, 使用名字或十六进制值
<body text=?>
Sets the text color, using 
name or hex value
设置文本文字颜色, 使用名字或十六进制值
<body link=?>
Sets the color of links, 
using name or hex value
设置链接颜色, 使用名字或十六进制值
<body vlink=?>
Sets the color of followed 
links, using name or hex value
设置已使用的链接的颜色, 使用名字或十六进制值
<body alink=?>
Sets the color of links on click
设置正在被击中的链接的颜色, 使用名字或十六进制值
Text tags
文本标签
<pre></pre>
Creates preformatted text
创建预格式化文本
<h1></h1>
Creates the largest headline
创建最大的标题
<h6></h6>
Creates the smallest headline
创建最小的标题
<b></b>
Creates bold text
创建黑体字
<i></i>
Creates italic text
创建斜体字
<tt></tt>
Creates teletype, or 
typewriter-style text
创建打字机风格的字体
<cite></cite>
Creates a citation, usually 
italic
创建一个引用, 通常是斜体
<em></em>
Emphasizes a word (with italic 
or bold)
加重一个单词( 通常是斜体加黑体)
<strong></strong>
Emphasizes a word (with italic 
or bold)
加重一个单词( 通常是斜体加黑体)
<font size=?></fon