How do i link pages in HTML example when a link is clicked it should take to another designed HTML page??? Help please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i link pages in HTML example when a link is clicked it should take to another designed HTML page??? Help please

6th Dec 2019, 10:36 PM
WISDOM M URANGYORK
WISDOM M URANGYORK - avatar
2 Answers
+ 1
Thank alot was helpful
11th Dec 2019, 10:11 PM
WISDOM M URANGYORK
WISDOM M URANGYORK - avatar
0
Use <a href="link of the page">Text you want people to see</a>. If you want it to open in a new tab, add attribute target="_blank"
5th Jan 2020, 7:31 PM
Stefano Trinca
Stefano Trinca - avatar