Html Css, How to add a page inside bar?when you click on navigation bar it should go to another page. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Html Css, How to add a page inside bar?when you click on navigation bar it should go to another page.

HTML & CSS

6th Jun 2019, 8:31 PM
Khushbakht
Khushbakht - avatar
3 Answers
+ 2
I believe you are asking about a link. You will want to add an anchor tag to it which would look like this <a href="link for the website you want to link to"></a>
6th Jun 2019, 9:52 PM
Ryan Lusby
Ryan Lusby - avatar
0
For exampl. <a href="www.sololearn.com"></a> is the hyperlink which other web page. <a href="#id"></a> to the hyperlink in element for the actual page. id = identified element.
7th Jun 2019, 1:01 AM
Nabï ⚽
Nabï ⚽ - avatar
7th Jun 2019, 5:59 AM
Ginfio
Ginfio - avatar