Skip to Navigation
< Return to Ferrigan Design Websites Page

Lesson 12 Final Exam Project

Selectors Cheatsheet

Element

The element type is used to create the selector. This is HTML elements for HTML documents.

section {}

Multiple

Multiple element selectors are comma separated in the CSS.

html, body {}