创建一个HTML文档
设置文档标题和其它在网页中不显示的信息
设置文档的标题
最大的标题
预先格式化文本
下划线
黑体字
斜体字
打字机风格的字体
引用,通常是斜体
强调文本(通常是斜体加黑体)
加重文本(通常是斜体加黑体)
设置字体大小从1到7,颜色使用名字或RGB的十六进制值
基准字体标记
字体加大
字体缩小
加删除线
程式码
键盘字
范例
变量
向右缩排
述语定义
地址标记
上标字
下标字
... 固定寬度字体(在文件中空白、換行、定位功能有效)
... 固定寬度字體(不執行標記符號)
... 固定寬度小字體
... 字體顏色
... 最小字體
... 無限增大
格式标志标签
创建一个段落
将段落按左、中、右对齐 换行 插入换行符
从两边缩进文本
定义列表
放在每个定义术语词前 放在每个定义之前 创建一个标有数字的列表 创建一个标有圆点的列表 放在每个列表项之前,若在 之间则每个列表项加上一个数字, 若在之间则每个列表项加上一个圆点
Used to format large HTML paragraphs, and also used to format tables Option list Directory list Force no line breaks Horizontal line (set width) Horizontal centering
Link mark Form flag Create a hypertext link Create an automated email Link Create a bookmark located inside the document Create a link located inside the document Bookmark link The URL of all other link sources in the document that cannot be recognized by this site Define 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="..." to send the link Type ◆rev="..."The type of saved link ◆accesskey="..."Specifies the hotkey for this element ◆shape="..."Allows us to use the defined Shape definition client's graphic image (default, rect, circle, poly ◆coord="..."Use pixels or length percentage to define the size of the shape ◆tabindex="..."Use the defined The tabindex element sets the focus acquisition order between each element (use the tab key to focus the element)
The above is the detailed content of What are the head tags of HTML?. For more information, please follow other related articles on the PHP Chinese website!