日期:2014-03-01 浏览次数:20624 次
开始标签 | 用途(Purpose) | NN | IE | DTD |
---|---|---|---|---|
基本标签 | ||||
<!DOCTYPE>? | 文档类型(Defines the document type) | STF | ||
<html> | html文档(Defines a html document) | 3.0 | 3.0 | STF |
<body> | body元素(Defines the body element) | 3.0 | 3.0 | STF |
<h1> to <h6> | 标题1 -- 标题6(Defines header 1 to header 6) | 3.0 | 3.0 | STF |
<p> | 段落(Defines a paragraph) | 3.0 | 3.0 | STF |
<br /> | 换行(Inserts a single line break) | 3.0 | 3.0 | STF |
<hr /> | 水平线(Defines a horizontal rule) | 3.0 | 3.0 | STF |
<!--...--> | 注释(Defines a comment) | 3.0 | 3.0 | STF |
Char Format | ||||
<b> | 粗体文本(Defines bold text) | 3.0 | 3.0 | STF |
<font> | 文字的外观,大小和颜色(Defines the font face, size, and color of text) | 3.0 | 3.0 | TF |
<i> | 文本为斜体(Defines italic text) | 3.0 | 3.0 | STF |
<em> | 文本为重要(Defines emphasized text)? |