Anna Miller

Summary 3 | Chapters 2 & 11 | 2.10.23

Topic 1 – Using tags efficiently

It is important to always have a beginning and end tag. HTML tags can be used to define, organize, and emphasize. When used properly, tags help viewers flow through a website.

Topic 2 – Line breaks

Line breaks are very useful. Sometimes a break in text is necessary but a whole new paragraph tag would be overkill. In these moments using the tag “<br>” really comes in handy.

Topic 3 – Coding color

A new code to use is called “hsl/hsla.” These let you pick percentages for the hue, saturation, and lightness. You can change the color of text or the whole background. CSS is responsible for color. There are three main ways to change the color: RGB values, HEX codes, and Color names.