+ 4
How to create a link in html to link to different pages?
.
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
+ 4
Using a tag.
https://www.sololearn.com/learn/HTML/1031/
0
Use <a href="#"></>