Target Attribute:
Target Attribute is used to specify whether the linked webpage/document/file will be:- opened in the current tab of the browser.
- opened in the new tab, next to the current tab, of the browser.
- opened in the new window (not in new tab).
Exemplary Code:
<b><a href="url of directed webpage or web site">Hello! I'm testing the Hyper Link tag of HTML. </a></b>
Example Result:
Hey click me! I will open in a new tab.
Hey click me! I will open in the current tab.
Hey click me! I will open in a new window.
Hey click me! I will open in the current tab.
Hey click me! I will open in a new window.
No comments :
Post a Comment