--- # Quick Quiz 1) How do we select all the `<p>` with `class="blue"` in CSS? 2) ```html <body> <p id="fun">...</p> </body> ``` Is selector **`p#fun`** the same as **`#fun`**? 3) **Block-level** element or **inline** element? 1) `div` 2) `span` 3) `ol`/`ul` 4) `li` 5) `img` 4) How do we create a **square** shape and a **circle** shape using HTML and CSS?