1 / 8
文档名称:

HTML速查手册.doc

格式:doc   大小:63KB   页数:8页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

HTML速查手册.doc

上传人:xunlai783 2018/11/23 文件大小:63 KB

下载得到文件列表

HTML速查手册.doc

相关文档

文档介绍

文档介绍:基本标签
<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