I have a webpages in html, when i am cliking on navbar which have id asscoiated it is not working/not targetting the particular section after clicking on nav items.
I have put ID with # in href but its not working. previously its working.
I have a webpages in html, when i am cliking on navbar which have id asscoiated it is not working/not targetting the particular section after clicking on nav items.
I have put ID with # in href but its not working. previously its working.
2
Answers
Make sure your
<a>
tag has ahref
containing the hashtag symbol followed by the id of your destination element.This code runs on the code snippet.
You need to add the CSS file to the HTML file, you should use the element and add a header element to your HTML document.