Showing posts with label anchor tag. Show all posts
Showing posts with label anchor tag. Show all posts

Hyperlink open in new Tab

If you want any page to open in a new tab using html anchor tag you have to include target="_blank" attribute.

Example:

<a href="/content/Name.aspx" target="_blank">Click to open file </a>

Read more...