In the 3° question of number 4class of HTML5 the app asks you to rearrange the order. Why we must use header before nav? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In the 3° question of number 4class of HTML5 the app asks you to rearrange the order. Why we must use header before nav?

I understand that sometimes we must use some order on HTML but in that case we have <head> <header> <footer> <nav>. on my understanding we should have head on beginning and header OR nav at the second. am I wrong?

2nd May 2018, 9:53 AM
Pedro Soares
Pedro Soares - avatar
1 Answer
+ 1
Header is like the title and nav is the optional section below the header that contains contents to navigate around the page. E.g: (Header) Facebook (Nav) | Followers | Posts | (Blah, blah blah) (Footer) Copyright All Rights Reserved Facebook.com 2018
5th May 2018, 2:37 PM
PathFinder
PathFinder - avatar