Summary 6

October 11th, 2024

Topic #1: Say Cheese HTML!

When adding an image into your HTML page you are not actually inserting the image into the HTML rather you are linking it to your HTML page. You can use the world style in the html for the image to change the dimensions of the image. You can use images to work as links, in order to do this you need to place the image inside of the <a> tag.

Topic #2: CSS & Its Color

CSS is the owner of the color in the HTML. In your CSS style sheet you can customize the color of just about anything, ranging from the background to text. You can refer to the color that you want by its name (if known by Adobe), RGB, HEX, HSL, and so much more.

Topic #3: Behind the HTML

You can do more than just changing the color of your background. When it comes to color you can turn down the opacity of the background by simply placing “opacity” followed by a unit. You can also use background repeat, background attachment, and background shorthand which give you more specific details when it comes to customizing ur background.