oldoc63 / learningHTML

Learning HTML with Codecademy and GitHub
0 stars 0 forks source link

Adding media #95

Closed oldoc63 closed 2 years ago

oldoc63 commented 3 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.

Create an <img> tag within <figure> and use a link as the src.

Using <figcaption> add a description of the image.