0
Hello ! What is the difference between <head> and <header> in Html5
3 Answers
+ 3
TheĀ headĀ tag is usedĀ forĀ holding Meta information,Ā title, links, etc. and is not displayed on the page. TheĀ headerĀ tag is used within the bodyĀ ofĀ the website and can be used multiple times if required, e.g. to determine the topĀ ofĀ an article .
+ 1
What you write inside head will not shown on your page .
But header content are shown inside page.
+ 1
Can you please show me an example of code using <head>