Further Reading
 
 
Use the <article> element to denote your card as a standalone element within the body of your page.
<article>
  <a>
    <img>
    <h3>Heading</h3>
  </a>
  <p>Description</p>
</article>
 
 
Use the <article> element to denote your card as a standalone element within the body of your page.
<article>
  <a>
    <span aria-hidden="true">...</span>
    <img>
    <h3>Heading</h3>
  </a>
  <date>Date<br>Time</date>
  <span>Location</span>
  <p>Description</p>
</article>
 
 
Use the <article> element to denote your card as a standalone element within the body of your page.
<article>
  <img>
  <h3><a>Heading</a></h3>
  <p>Date<br>Time</p>
  <span>Source: <cite><a>Name of Source</a></cite></span>
</article>
 
 
Use the <article> element to denote your card as a standalone element within the body of your page.
<article>
  <a>
    <img>
    <h3>Heading</h3>
  </a>
  <p>Description</p>
  <span>Source: <cite><a>Name of Source</a></cite></span>
</article>
 
 
Use the <article> element to denote your card as a standalone element within the body of your page.
<article>
  <img>
  <h3><a>Name</a></h3>
  <span>Title, Department</span>
  <p>Description</p>
</article>