5

Summary

Stop, pose, and shoot

A picture reads easier than any description, it's best to use this to your advantage by using pictures in your website. Keep your in images in their own folder so the computer can easily access them. Staying organized is a cardinal rule for designers and having subfolder for the pictures is a great spot to start.

See the picture

Using the <img> tag allows you to add images. Src tells the webpage where to find the image in the siteroot folder. Alt provides a text description of the images for those who can't see the image.

What’s this about

Images can not have their own caption, using the <figure> tag within the lines of your image will allow you to add the image. The <figcaption> is where you will lay the caption you want for the photo. Before html5, there was no other way of keeping the two linked together.