How to create a link in html to link to different pages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to create a link in html to link to different pages?

.

1st Nov 2019, 12:39 PM
Parisa-Ebrahimi
Parisa-Ebrahimi - avatar
3 Answers
+ 6
Is very easy for example <a href="https://www.google.com> </a> you can also use the <nav> tag but for me I prefer using the <a> tag bcuz the <a> tag is the commonest one I always see. And if u want to understand better try to look other people's code for you to get more ideas
1st Nov 2019, 12:43 PM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar
1st Nov 2019, 12:41 PM
A͢J
A͢J - avatar
0
Use <a href="#"></>
5th Dec 2020, 6:21 PM
Ali.Asghar.Esmailian
Ali.Asghar.Esmailian - avatar