Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Other text-level elements</title>
</head>
<body>
  <p>
    The W3C page <cite>About W3C</cite>says the W3C's
    mission is <q cite="https://w3.org/consortium">
      To lead the World Wide Web to its full
      potential by developing protocols and
      guidelines that ensure long-term growth for the Web
    </q>
  </p>
</body>
</html>