Mark |
Property |
Function |
| |
|
Enclose all HTML file contents |
| |
|
Enclose HTML header file contents |
| <body>...</body> |
|
Enclose HTML file body parts (text and tags) |
|
Background= "..." |
The URL title of the name or image in the background of the page |
|
Bgcolor= "..." |
Page background color |
|
Text= "..." |
Page text color |
|
Link= "..." |
Not immediately following the link color |
|
Alink= "..." |
Active link Colors |
|
Vlink= "..." |
The link color immediately following |
|
Bgproperties= "..." (MS) |
Background image properties. The only allowable value currently is fixed, which is used to prevent background image scrolling. |
|
Topmagrin= "..." (MS) |
Blank on top of page, expressed in pixels |
|
Bottommargin= "..." (MS) |
Blank at the bottom of the page, expressed in pixels |
| <base> |
|
Indicate all URLs for the current file |
|
Href= "..." |
All URLs for this file |
| <isindex> |
|
Indicates that this file is a gateway script that allows queries |
|
Prompt= "..." |
Query field hints |
|
Action= "..." |
The query string should be able to pass through the gateway program |
| <link> |
|
A link between this document and other documents, usually used as an HTML production tool,<link> represents a link from this document to another document, such as <a>, where you can create a multiple link in a file. |
|
Href= "..." |
When the link is activated, the URL of the calling document |
|
Name= "..." |
If you allow an anchor point to be considered, it is an anchor name |
|
Rel= "..." |
The current file is associated with a linked file, such as "TOC" or "Glossary" |
|
rev= "..." |
The inverse relationship between the current file and the linked file |
|
Urn= "..." |
The number of consolidated resources, which differs greatly from the URLs in href |
|
Title= "..." |
The title of the link to the document |
| <meta> |
|
Methods for obtaining files, such as FTP, Gropher, etc. |
|
Methods= "..." |
Identify the meta information of the file (the file itself), for example, search for a project keyword, a special HTTP header for obtaining documents, deadlines, and so on. Meta information is usually used as a keyword/numeric form in pairs, used in the file's markup |
|
http-equiv= "..." |
Creates a new HTTP header with the same name as the property value. For example, http-equiv= "Expires". The value of the header is defined by the property of the content |
|
Name= "..." |
If meta data is typically used in pairs with keyword/value, name denotes keywords, for example, author and ID |
|
Content= "..." |
The contents of the keyword/number used in pairs (or the HTTP headers indicated by HTTP-EQUIV) |
| <nextid> |
|
Identifies the next file associated with this file, which may be defined by a tool to strictly manage HTTP files. <nextid> is considered useless. |