Can an HTML page have two <header>'s?

I have to recreate the page shown in the img for a school assignment. If i already used 1 <header> at the top of the page, can i use a second <header> in <main> for the iphone section?
2 Replies
13eck
13eck14mo ago
You can have one header per section content. These include article, section, aside, and nav:
Elements belonging to the sectioning content model create a section in the current outline that defines the scope of <header> elements, <footer> elements, and heading content.
Of course, the body can also have a header.
WetPoloShirt
WetPoloShirt14mo ago
Sweet thank you