An image-map, with clickable areas, and a target attribute:
![]()
The target attribute is supported in all major browsers.
The target attribute specifies where to open the linked document.
Only used if the href attribute is present.
Frames and framesets are no longer supported. The _parent, _top and framename attribute values are mostly used with iframes.
| Value | Description |
|---|---|
| _blank | Opens the linked document in a new window or tab |
| _self | Opens the linked document in the same frame as it was clicked |
| _parent | Opens the linked document in the parent frame |
| _top | Opens the linked document in the full body of the window |
| framename | Opens the linked document in a named frame |
HTML <area> tag
Your message has been sent to W3Schools.