Experiment 5: CSS Selectors

This experiment demonstrates different types of CSS selectors and how they are applied to HTML elements.

Sample Image

Selectors

This paragraph uses the .highlight class selector to make it stand out.

This paragraph is styled using the element selector.

Child Selectors

This paragraph is inside a div and styled using a descendant selector

Pseudo data

This paragraph will have using a pseudo-element.

Back to Lab manual