Inserting Hyperlinks on an HTML web page

Links in an HTML web page helps in linking one page to another. For example, below we have some links:

Hyperlinks Example

Above, the text “Python Dictionay”, “Python Tuples”, “Java”, Python” are all Hypelinks. On clicking, the respective link, the linked page will open.

To add a hyperlink, use the <a></a> tag and the href attribute,

Whatever text comes inside the <a>…</a> tag becomes hypelink. For example, above the text “Love Programming” becomes a link.

Under the above <a> tag, we will add the link. Following is how you can add a hyperlink correctly in HTML:

The <a>…</a> tag should always come inside the <body>…</body> tags.

Example

Following example gives an overview of how to add links to an HTML web page,

Output

Links in HTML

Image height and width attribute in HTML
Why head tag is used in HTML
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue reading