15 Answers
New AnswerYou have empty "#" link and code have no <section id="home"> ..? <div id = "HOME"> think this is home section with id = "HOME"</div> use <a href = "#HOME" > HOME </a> Tap on this link will bring to you home section... Hope it helps..
Olumide Nifemi Your opening and closing tags are not proper <p> <h1> <font> </p> </font> </h1> Proper is this : <p> <h1> <font> </font> </h1> </p> Inner tag should close first then outer
You need to add "HOME" as an id for that section Ex: <section id="HOME"> <!-- Home Section --> </section> Now when you click the link that has "#HOME" as a value for its href attribute the page will scroll to the HOME section.
Jayakrishna🇮🇳 https://code.sololearn.com/W1g29CmQQw3V/?ref=app Although this isn't the exact code I was asking about, the real code was made on my laptop so it has some issues
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message