+ 1
difference between header and head
1 Answer
+ 8
I think you mean about header and head elements. The <header> tag is one of new elements in HTML5, that is used to define a header of a webpage. Header is a something that usually contains logo, website name or title, company name, branding and any other related info. Meanwhile, the <head> tag is used to markup data about the webpage itself, such as title of webpage, metadata and any other property.
Hope that answers your question. đ