This experiment demonstrates different types of CSS selectors and how they are applied to HTML elements.
This paragraph uses the .highlight class selector to make it stand out.
This paragraph is styled using the element selector.
This paragraph is inside a div and styled using a descendant selector
This paragraph will have using a pseudo-element.
Back to Lab manual