How do you insert a web link in html document | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you insert a web link in html document

HTML linking

6th Nov 2017, 11:39 AM
James jim
James jim - avatar
1 Answer
+ 1
Using anchor tag. For eg:- <a href="Hello.html"> Hello </a> Here a is the anchor tag, inside the href attribute, the name of the webpage which will be opened is there in inverted commas. The word *Hello* is now a link, if you click on it then it will redirect you to the webpage *Hello.html*.
6th Nov 2017, 1:06 PM
Harsh
Harsh - avatar