- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
HTML TAG LIST
HTML /HTML
HEAD /HEAD
Indicates the beginning and end of an HTML document.
Indicates the beginning and end of a section of the document used for the title and other document header information.
TITLE /TITLE Indicates the beginning and end of the title; the title does not display in the body of the Web page, but displays on the title bar of the browser.
BODY /BODY Indicates the beginning and end of the Web page body.
LINK Link color, without mouse over it or before having been visited Default color is usually blue
VLINK Visited link. Controls the color of a link that has been clicked or visited.
Default color is usually purple or green.
ALINK Active link. Controls the color of a link on which a mouse has been pressed but not clicked. Default color usually is green or red.
Example: BODY LINK=”color” VLINK=”color” ALINK=”color”
HN /HN Indicates the beginning and end of the text section called a heading; sizes range from
H1 through H6.
P /P Indicates the beginning of a new paragraph; inserts a blank line above the new paragraph.
UL /UL Indicates the beginning and end of an unordered (bulleted) list.
*TYPE Defines the type of bullet to be used (square, disc, circle)
UL TYPE=”square”
OL /OL Indicates the beginning and end of an ordered list.
LI /LI Indicates that the item that follows the tag is an item within a list.
HR Inserts a horizontal line.
BR Breaks a line of text at the point where the tag appears.
STRONG /STRONG Creates bold text
BLOCKQUOTE /BLOCKQUOTE Indents margins on sections of text (used for definitions)
EMPHASIS /EMPHASIS Italicizes text
U /U Underlines text
A /A Inserts a link
HREF Defines the URL of the linked page
A HREF=” ”Utah Education Network/A
NAME Defines an anchor
A NAME=”Education”Education/A
A HREF=”#Education”Education/A will send you down to the section named Education within the same page
FONT /FONT Sets the following font attributes for text:
COLOR Changes the font color
FACE Change the font type
SIZE Changes the font size
原创力文档


文档评论(0)