Online HTML image map creator


Settings Remark
Target This attribute controls where the new document will be displayed when the user clicks on a link (=region).

_blank
This target causes the link to open in a new blank window, leaving the page with the referring link still open behind it.

_parent
This target is similar to target="_top" but makes the link load in the immediate FRAMESET parent of this document.

_self
This target causes the document to load within the same window or frame as the link tag.

_top
This target makes the link load in the full body of the window. This is useful if you want to break out of the frameset you have created and have a frameless page.