Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>figure element</title>
</head>
<body>
  <figure>
    <blockquote cite="https://huxley.net/bnw/four.html">
      <p>Words can be like X-rays ....</p>
    </blockquote>
    <figcaption>Aldus Huxley, <cite>Brave  New World</cite></figcaption>
  </figure>
</body>
</html>