Code
 
  <!DOCTYPE html>
  <html>
    <head>
      <title> wikitechy figcaption tag</title>
      <base href="../try-it/">
    </head>
    <body>
      <h2>HTML figcaption tag with example</h2>
      <figure>
        <img src="https://www.wikitechy.com/images/logo.png"
         alt="Wikitechy logo" width="300" height="200"
>

        <figcaption>Fig.1 - wikitechy logo.</figcaption>
      </figure>
    </body>
  </html>


Result