What is the biggest header element?
<h1>
What colors the text?
color
What are both sides of the code that we can learn?
HTML and CSS
What creates table rows?
<tr>
What makes more than one border turn into one?
border-collapse
What element gives you ordered list?
<ol>
What aligns the text?
text-align
How many FOOTERS are there?
Only one
What gives room around the text?
padding
What is the most used border style?
solid
What element gives you an unordered list?
<ul>
What gives space around an element?
margin
What gives you multiple fonts for your page to use?
font-family
What is the head of the table?
<th>
What is the <th> for our class.html page?
Black and gold
What element gives you navigation?
<nav>
What gives space inside of an element
padding
What is the first tag in all HTML documents?
<!DOCTYPE html>
What puts text into a cell?
<td>
What is the color most used in borders?
Black
How many HEADERS are there?
Just one <header>
What sets the appearance of decorative lines on text?
text-decoration
What are all self-closing elements?
17
What CSS changes the table border?
border
What is the measurement for borders
px (pixels)