How do i link elements in my nav bar to other related parts of the page or other page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i link elements in my nav bar to other related parts of the page or other page?

Once I click on elements in my nav bar, I want to be directed to related parts of the page or other pages. For example, if I click on ABOUT in the nav bar, I want to be directed to all about the ABOUT on the page or other page entirely. Thanks

28th Mar 2019, 6:54 PM
Moshood Aderibigbe
1 Answer
0
You need to use the HTML 'a' tag <a href='nextPage.html'> </a> I would recommend to look for it online
28th Mar 2019, 7:03 PM
Dyf Dyf
Dyf Dyf - avatar