HTML5 Structural Elements<article>

PHOTO EMBED

Wed Aug 03 2022 17:37:36 GMT+0000 (Coordinated Universal Time)

Saved by @madams #markup

<article>
   <h1>PB&J Sandwiches</h1>
   <p>Here's how to make this snack staple.</p> 
   
   <section>
      <h2>Ingredients</h2>
      <ul>
         <li>Peanut Butter</li>
         <li>Jelly</li>
         <li>Bread</li>
      </ul>
   </section>

   <section>
      <h2>Instructions</h2>
      <ol>
         <li>Get two slices of bread.</li>
         <li>Spread peanut butter on one side of both slices.</li>
         <li>Spread jelly over the peanut button on one slice of bread.</li>
         <li>Press bread slices together.</li>
      </ol>
   </section>
</article>
content_copyCOPY

http://web.simmons.edu/~grovesd/comm244/notes/week3/structural-elements