0
I finish learning html.is ther apps for css
thank you
2 Answers
+ 6
When you want to create a header, use the <header> tag.
When you want to create a navbar, use the <nav> tag.
When you want to create an aside use the <aside> tag.
When you want to create a footer, use the <footer> tag.
When you want to create a section for an article, navbar, header, (etc) use the <section> tag.
And for articles? Use the <article> tag.
It's easy, the new tags replace old <div>, but you can use it whenever you want. â
0
how to replace old tag in html5