IT How Tos

Home

About

Sitemap

Contact

How to make an HTML link

In order to make an HTML "link:link, this can be achieved as follows

Implementation

The URL used here shall be – https://ithowtos.com

The HTML link would then be as follows:

ithowtos.com

The html web page and the “output”;output will be as follows

ithowtos.com

Making a link open in a new web browser tab

In order to make that open the new page on a new web browser this can be done as follows:

The string target=_blank mus be added as follows:

ithowtos.com

The html web page and the “output”;output will be as follows

ithowtos.com

Further Reading