What is the normal structure of an HTML5 page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is the normal structure of an HTML5 page?

It keeps escaping me

12th Feb 2017, 9:19 PM
FuzzyManPeaches
FuzzyManPeaches - avatar
4 Answers
+ 2
!DOCTYPE HTML <head> </head> <body> <header> Your cool side </header> <nav> (Diverse links zu anderen seiten ) </nav> <article> (Z.b. Bäume </article> <section> (Z.b. Bäume sind cool und haben wurzeln also infos halt ) </section> (Wenn du wilst kanst du noch zusätzliche infos mit <aside> hinzufügen) <footer> (So copyright und so ) </footer>
12th Feb 2017, 9:49 PM
fabius1234
+ 2
Sry i spoke german man wait
12th Feb 2017, 9:50 PM
fabius1234
+ 2
<nav> is for linking <article> is for example trees (any heading) <section> is for information <aside > is for side informations <footer> is for copyright stuff
12th Feb 2017, 9:51 PM
fabius1234
+ 1
Thank you
12th Feb 2017, 9:52 PM
FuzzyManPeaches
FuzzyManPeaches - avatar