Documentation page gmb

https://codepen.io/gmb1306/pen/RwKzozo
Hello,
I have a problem with the menu buttons! I can’t understand why they are not connected to the header. I’m asking for help. Where is my mistake?
Thank you.

1 Like

Hello there!)

It seems that in <a href="#"> tag you use text from <header> tags.

Firstly, you need to use <h1> <h2> <h3> and so on for headings, because <header> is what people see at the top of your website. It’s the “antonym” of <footer> tag.

Secondly, give each heading an id. It should be different from one another.

Finally, use the id of headings for menu buttons. I hope it helped) Have a great day.

1 Like

Thank you. Best regards.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.