1.

What is new about the relationship between the and tags in HTML5?

Answer»

As HTML5 was all about better semantics and ARRANGEMENTS of the tags and elements, the <header> tag specifies the header section of the WEBPAGE. Unlike in previous VERSION there was one <h1> ELEMENT for the entire webpage, now this is the header for one section such as <article> or <section>. According to the HTML5 specification, each <header> element must at least have one <h1> tag.



Discussion

No Comment Found