| Attribute |
Values |
Description |
| charset |
character_encoding |
Specifies the character encoding of the target URL |
| coords |
For image maps (three shapes):
"rect"
coords="left,top,right,bottom"
"circ"
coords="centerx,centery,radius"
"poly"
coords="x1,y1,x2,y2,..,xn,yn" |
Specifies coordinates for the shape attribute, defining a region on an image map |
| href |
A URL |
The destination URL for the link |
| hreflang |
language_code |
Indicates the language of the destination |
| id |
id name |
An anchor name. For creating an internal reference within a document. |
| name |
section name |
An anchor name. For creating an internal reference within a document. |
| rel |
alternate
designates
stylesheet
start
next
prev
contents
index
glossary
copyright
chapter
section
subsection
appendix
help
bookmark |
Specifies a relationship between the originating document and the destination |
| rev |
alternate
designates
stylesheet
start
next
prev
contents
index
glossary
copyright
chapter
section
subsection
appendix
help
bookmark |
Specifies a relationship between the destination and the originating document |
| shape |
rect
rectangle
circ
circle
poly
polygon |
Defines the type of region for mapping to an area tag. Use with the coords attribute. |
| target |
_blank
_parent
_self
_top
|
Where to open the destination page.
- _blank = new window
- _self = the originating frame
- _parent = the parent frameset
- _top = the top level of the window
|
| type |
mime_type |
Specifies the MIME (Multipurpose Internet Mail Extensions) type of the destination |