Anna Miller

Summary 6 | Chapters 5 & 14 | 4.7.23

Topic 1 – Image formats

Websites tend to use images in jpeg, gif, or png format. If you choose the wrong format, your image may be more fuzzy or your website could load slower with too large of files.

Topic 2 – Lists styles

The list-style-type allows you to change the shape or style of a bullet. There are two different types of lists, ordered lists and unordered lists. The unordered list options include: non, disc, circle and square. The options for ordered lists include: decimal, decimal-leading-zero, lower-alpha, upper-alpha, lower-roman, and upper-roman.

Topic 3 – Placing images

Using the tag <img> is necessary when inserting an image into the HTML. To find an image that’s saved in your files, use the src rule to locate it. The image should be saved under the “main site root folder” within the “images” file.