• <a href="target01.html" target="_blank">
    Linked Page will be loaded in a new blank window. </a>

  • <a href="target01.html" target="_self">
    Linked Page will be loaded in the same window. </a>

  • <a href="A.html" target="_parent">
    Linked Page will be loaded in the immediate FRAMESET parent of this document. </a>

  • <a href="A.html" target="_top">
    Linked Page will be loaded in the full window. </a>