Lesson 2.8: HTML Tables
Lesson 2.9: HTML Styling
Lesson 2.10: HTML Colors
100

What tag defines a table? 

What is : the <table> </table> tag.

100

 When you want to change the font size of a phrase, where do you put the px?

What is in one of the <h> tags

100

What are the main 3 colors that you see on a computer screen? 

 What is red, green, blue.

200

What tag defines a table row? 

What is: <tr> </tr> tag.

200

When highlighting a phrase, what do you use?

What is style=”background-color”

200

What is the tag for a background color?

What is style=background-color “____;”>

300

Which tag creates the header of a table? 

What is: <th></th> tag.

300

If you want to change the background color of the entire page, where do you put the style tag?

What is in the body tag

300

What is the tag for a color?

What is style=”color:_____;”>

400

Which tags can be within a <tr></tr> tag? 

What is:  a <td> or <th> tag.

400

What two tags are used when changing the format(or look) of words in a phrase?

What is <em>, <strong>, or <b>

400

How do you change the background color of a table row?

What is <tr style=background-color:#____;”>

500

Within what tag do you type the border size for the table? 

What is: the <table></table> tag.

500

What three things can a styling tag change in a phrase?

What is background-color, font-size, text-color

500

How do you list colors from lightest to darkest?

What is “9,8,7,6, ect.”

“F,E,D,C, ect.”



M
e
n
u