Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed (UPI) Chapter 1: HTML, CSS, and JavaScript Basics!

Instruction

Styling HTML Elements

Targeting and Styling HTML Elements with CSS Selectors

In CSS, you can target specific HTML elements to apply styles by using what is known as selectors. A selector identifies the HTML elements that you want to style, and you can apply specific styles to those elements by defining CSS rules.

Targeting Single Elements with an Element Selector

An element selector is the simplest ...