❀ Summary 6
Chapter 5: Images - Stylin' With CSS
Topic 1: Inserting Web Images
Adding images to your website can help you include important features such as logos, product images, diagrams, or charts. To add an image, it is best to use an image folder to keep them organzied. Once you have created an image folder and your images are all in that folder, you are ready to begin inserting them!
Topic 2: Inserting Images In
To insert an image on to your website, you must use the tag img. Then you will also use the src, or location of the image. The alt tag, adds a description of the image via text for users who may not be able to see it.
Topic 3: Location of Image
When placing your images, it is important to choose the perfect location. This is important because it affects where the image will appear and where your website visitors will see the image. You can place an image as a block element or an inline element.