Answers for "note that the figcaption goes inside the figure tags and can be combined with other elements:"

0

note that the figcaption goes inside the figure tags and can be combined with other elements:

<figure>
  <img src="roundhouseDestruction.jpeg" alt="Photo of Camper Cat executing a roundhouse kick">
  <br>
  <figcaption>
    Master Camper Cat demonstrates proper form of a roundhouse kick.
  </figcaption>
</figure>
Posted by: Guest on May-12-2021

Code answers related to "note that the figcaption goes inside the figure tags and can be combined with other elements:"

Browse Popular Code Answers by Language