Jump to content

Sarfaraj

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Sarfaraj

  1. 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>

     

  2. 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>

     

×
×
  • Create New...