常用HTML标签元素结合及简介
创建一个HTML文档
设置文档标题和其它在网页中不显示的信息
设置文档的标题
最大的标题
预先格式化文本
下划线
黑体字
斜体字
打字机风格的字体
引用,通常是斜体
强调文本(通常是斜体加黑体)
加重文本(通常是斜体加黑体)
设置字体大小从1到7,颜色使用名字或RGB的十六进制值
基准字体标记
字体加大
字体缩小
加删除线
程式码
键盘字
范例
变量
向右缩排
述语定义
地址标记
上标字
下标字
... 固定?度字体(在文件中空白、?行、定位功能有效)
... 固定?度字?(不?行??符?)
... 固定?度小字?
... 字??色
... 最小字?
... ?限增大
格式标志标签
创建一个段落
将段落按左、中、右对齐 换行 插入换行符
从两边缩进文本
定义列表
放在每个定义术语词前 放在每个定义之前 创建一个标有数字的列表 创建一个标有圆点的列表 放在每个列表项之前,若在 之间则每个列表项加上一个数字, 若在之间则每个列表项加上一个圆点
Used to typeset large HTML paragraphs, and also used to format tables Option list Directory list Force no line breaks Horizontal? (?Degree) Horizontal centering Link flag table flag Create a hypertext link < /a> Create an automatic email link Create a bookmark inside the document < /a> Creates a link to a bookmark located within the document The URL of the source of all other links in the document that is not recognized by this site Defines the relationship between a link and the source
Link tag annotation:
◆target="..." determines where the link source is displayed (user-defined name, _blank, _parent, _self, _top ◆rel="..."The type of link to send ◆rev="..."The type of link to save ◆accesskey="..."Specify the hotkey of the element ◆shape="..." allows us to use defined shapes to define client-side graphics mirrors (default, rect, circle, poly ◆coord="..." Use pixels or length percentages to define the size of the shape ◆tabindex="..." Use the defined tabindex element to set the focus acquisition order between each element (use the tab key to focus the element)