Answers for "html image with its text below"

0

html image with its text below

<figure>
  <img src="img.jpg" alt="my img"/>
  <figcaption> Your text </figcaption>
</figure>
Posted by: Guest on November-15-2020

Code answers related to "html image with its text below"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language