Name:UMER FAROOQ
Registration ID:FA22-BCE-048
This paragraph is styled using the **Type Selector** (the `p` selector). Notice that every paragraph on this page has the same light gray border and italic text.
This paragraph is styled using the **Class Selector** (`.highlight`). It overrides someof the Type Selector styles and adds a yellow background and bold text. Multiple elements can use the same class.
This is a normal paragraph to show the difference.
The main title above is styled using the **ID Selector** (`#main-heading`). This selector is meant for elements that are unique on the page.
Experiment 5 requires the successful demonstration of the three core CSS selector types: