Sarfaraj 0 Posted August 2, 2020 Report Share Posted August 2, 2020 HI, Can I take header and article tag inside a section. I just want to know if my HTML code is correct, please check my code below <section> <header>What happened on this day in History?</header> <article> <h2>A heading here</h2> <p>Some additional information here</p> </article> </section> <section> <header>What happened on this day in History?</header> <article> <h2>A heading here</h2> <p>Some additional information here</p> </article> </section> Link to post Share on other sites
Ingolme 1,020 Posted August 2, 2020 Report Share Posted August 2, 2020 There is already a topic for this question here: Link to post Share on other sites
Recommended Posts