HTML
CSS
Random
Table
Border
100

What is the biggest header element?

<h1>

100

What colors the text?

color

100

What are both sides of the code that we can learn?

HTML and CSS

100

What creates table rows?

<tr>

100

What makes more than one border turn into one?

border-collapse

200

What element gives you ordered list?

<ol>

200

What aligns the text?

text-align

200

How many FOOTERS are there?

Only one

200

What gives room around the text? 

padding

200

What is the most used border style?

solid

300

What element gives you an unordered list?

<ul>

300

What gives space around an element?

margin

300

What gives you multiple fonts for your page to use?

font-family

300

What is the head of the table?

<th>

300

What is the <th> for our class.html page?

Black and gold

400

What element gives you navigation?

<nav>

400

What gives space inside of an element

padding

400

What is the first tag in all HTML documents?

<!DOCTYPE html>

400

What puts text into a cell?

<td>

400

What is the color most used in borders?

Black

500

How many HEADERS are there?

Just one <header>

500

What sets the appearance of decorative lines on text?

text-decoration

500

What are all self-closing elements?

17

500

What CSS changes the table border?

border

500

What is the measurement for borders

px (pixels)