can someone please rearrange this elements in generic HTML5. head,footer,header and nav | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

can someone please rearrange this elements in generic HTML5. head,footer,header and nav

I've used all the options I know and the system has been saying wrong answer

27th Aug 2016, 1:36 PM
Muhammad Zakari
Muhammad Zakari - avatar
3 Answers
+ 7
<!-- I will create Div tags with ids for each --> <!DOCTYPE html> <HTML> <HEAD> <TITLE> Put your title here </TITLE> </HEAD> <BODY> <DIV ID="wrapper"> <DIV ID="header"> <P> write you code for header here </P> </DIV> <DIV ID="Nav"> <P> Stuff for nav here usually make a ul tag for your linls</P> </DIV> <DIV ID="footer"> </DIV> </DIV> </BODY> </HTML> ok now you can target each id in css i wrapped the entire code in a wrapper div so you can target the enitre page and center or do whatever you want with it. Hope this helps and a like would be great thanks!!
27th Aug 2016, 2:10 PM
Kris
+ 1
HTML5 Head, Header, Nav, Footer
31st Aug 2016, 10:47 PM
Stephen webb
Stephen webb - avatar
- 1
Head header nav footer
28th Aug 2016, 9:48 PM
HAFEEZ OSENI OLAWALE
HAFEEZ OSENI OLAWALE - avatar