HTML target attribute - HTML and XHTML attributes - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

HTML target properties

Target attribute - representatives link target
  • Value
    • _blank - Open in a new window
    • _parent - In the form of open Father
    • _self - Opened this page, this is the default value
    • _top - In the form of open upper deck
    • A framework of the corresponding pages of names - in the corresponding page of the open framework
  • This marker has been abandoned w3c

Example

In the new window opens pages

  <a Href = "_blank" "http://www.nt22.com/xhtml-html/a/" target => HTML links </ a> 

Extended reading