html exercicios code example
Example 1: hotlink html
<a href="URL GOES HERE">the URL again, or other words, or an image </a>
Example 2: html
<figure>
<img src="/media/examples/elephant-660-480.jpg"
alt="Elephant at sunset">
<figcaption>An elephant at sunset</figcaption>
</figure>