How to rearrange the sections to create a generic html5 page structure? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to rearrange the sections to create a generic html5 page structure?

I need help

15th Dec 2016, 2:42 PM
Daniel Nay Myo Win
Daniel Nay Myo Win - avatar
24 Answers
+ 5
<head> <header> nav> <footer>
7th Jan 2018, 6:44 AM
Ravindra Singh
Ravindra Singh - avatar
+ 4
Hi Daniel, A generic website will look like this: <!DOCTYPE html> <html> <head></head> <body> <header></header> <nav></nav> <section></section> <aside></aside> <footer></footer> </body> </html> Header is the top part of your website. Nav is the navigation bar. Section is the main body of your website. Aside is the sidebar (widget section). Footer is the footer section.
15th Dec 2016, 5:55 PM
Dev Dreamer - YouTube
Dev Dreamer - YouTube - avatar
+ 4
<header> <nav> <article> <section> <footer>
11th Apr 2018, 7:26 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
+ 2
Anmesh
19th Nov 2018, 9:28 AM
ANMESH KUMAR
ANMESH KUMAR - avatar
0
<head> <header> nav> <footer>
16th Dec 2016, 8:18 PM
Michael Joseph Ponfa
Michael Joseph Ponfa - avatar
0
Rearrange the sections to create a generic HTML5 page structure: <Head> <Header> <Nav> <Footer>
10th Jul 2018, 11:53 AM
Anis Arafat
Anis Arafat - avatar
0
<head> <header> <nav> <footer>
14th Oct 2018, 5:38 AM
Uma Mohan
0
<header> <nav> <article> <section> <footer>
5th Jan 2019, 8:46 PM
İsmail Çavlan
0
no one can do this
8th Oct 2019, 2:14 PM
Reyhan Mohamad Akbar
Reyhan Mohamad Akbar - avatar
0
I dont know what i can answer
8th Oct 2019, 2:15 PM
Reyhan Mohamad Akbar
Reyhan Mohamad Akbar - avatar
0
<head> <header> <nav> <footer>
11th Nov 2019, 2:54 PM
Adan Abdi
0
<html> <head> <title>page create structure HTML5</title> </head> <body> <header> document </header> <nav> link </nav> <section> document </section> <asid> sidebar </asid> <article> independent </article> <footer> document </footer> </body> </html>
10th Apr 2020, 4:13 PM
P.shanmugapriya
0
<Head> <Header> <Nav> <Footer>
24th Apr 2020, 10:45 PM
MD Shakir
MD Shakir - avatar
0
<header> <nav> <article> <section> <footer>
3rd Jun 2020, 8:18 AM
revita nisya afifah
0
Rearrange the sections to create a generic HTML5 page structure: <header> <footer> <head> <nav> push and hold the answers then arrange them in order
3rd Jun 2020, 8:24 AM
revita nisya afifah
0
<head> <header> <nav> <footer>
4th Jun 2020, 9:38 PM
Kareem Adel Awwad
Kareem Adel Awwad - avatar
0
<header>(<nav>) <article>(<section><footer>)
17th Aug 2020, 9:34 AM
Abdulloh Sokhobataliev
Abdulloh Sokhobataliev - avatar
0
<head> <header> <nav> <footer>
30th May 2022, 12:26 PM
Tefera Worku Destaye
0
<head> <header> nav> <footer>
18th Oct 2022, 5:55 PM
farid khairy
0
<Header> <Nav> <Main> <Footer>
14th Nov 2022, 1:15 PM
Dennis Anyigba
Dennis Anyigba - avatar