Help question about unresponsive nav bar beginning html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help question about unresponsive nav bar beginning html

https://code.sololearn.com/WE1wlgM1DdIo/?ref=app My nav bar isn’t working and I’m not sure what im doing wrong. I would appreciate any advice (:

25th Jul 2018, 11:56 PM
Markie Alicia
Markie Alicia - avatar
5 Answers
+ 2
Thank you calvin i noticed from your example that i need not make a space on IDs
26th Jul 2018, 12:40 AM
Markie Alicia
Markie Alicia - avatar
+ 1
Your nav bar is currently linking to a different url, What you want to do is link to in page id's. Give a tag an id such as <h1 id="cupcakes">Cupcakes</h1> and in the nav bar link to it like <a href="#cupcakes">Cupcakes</a>
26th Jul 2018, 12:04 AM
JME
+ 1
Thank You!
26th Jul 2018, 12:18 AM
Markie Alicia
Markie Alicia - avatar
0
I formatted your codes in proper format. Corrected some of the image link errors. And adjusted nav CSS.
26th Jul 2018, 12:52 AM
Calviղ
Calviղ - avatar