Can i put a header tag inside a section?
im still practicing on how semantic html placement work all i know is it should look somethign like this
<header></header>
<main>
<section></section>
</main>
<footer></footer>
but i built mine like this so i can put my header inside the section tag
1 Reply