+ 2
Html Css, How to add a page inside bar?when you click on navigation bar it should go to another page.
HTML & CSS
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>
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.
0
like this âď¸
https://code.sololearn.com/WBiuSspkRdhY/?ref=app
â