+ 7
What different tag <head> and <header>???
In html there is lesson about tag <head>, but in html 5 there is lesson about tag <header>. When I have to use head? And what the function? when I have to use header? and what the function?
2 Answers
+ 6
<head> is a tag is the element that contain information like meta, title, javascript, css, etc.
<header> tag is a new html element. It usually used for making a header of the page.
so <head> and <header> is diferent.
0
I wanna ask the same thing. LOL. Thanks guys. May be you can explain more
Hot today
BMI calculator code project
0 Votes
SQL
1 Votes
Paint Costs
1 Votes
How to create a border
0 Votes
Overloading + operator
0 Votes