| Attribute | Description |
|---|---|
| HREF="URI" | Specifies the hypertext reference for the link. |
| NAME="name" | Specifies the destination for the link. |
| TARGET="name" | Specifies the name of the frame, in which
the link should be rendered. If no frame with such a
name exists, the link is rendered in a new window. Special frame names begin with an underscore: _blank renders the link in a new, unnamed window; _parent renders the link in the immediate FRAMESET parent; _self renders the link in the current frame; _top renders the link in the full, unframed window. |