Closed oldoc63 closed 2 years ago
The next step is adding media to enhance our blog.
You can do this by using the <figure> element. Under the closing </section> tag create a <figure> element.
<figure>
</section>
Create an <img> tag within <figure> and use a link as the src.
<img>
Using <figcaption> add a description of the image.
<figcaption>
The next step is adding media to enhance our blog.
You can do this by using the
<figure>
element. Under the closing</section>
tag create a<figure>
element.Create an
<img>
tag within<figure>
and use a link as the src.Using
<figcaption>
add a description of the image.