+ 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?
1 Antwort
+ 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