What tag defines a table?
What is : the <table> </table> tag.
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
What are the main 3 colors that you see on a computer screen?
What is red, green, blue.
What tag defines a table row?
What is: <tr> </tr> tag.
When highlighting a phrase, what do you use?
What is style=”background-color”
What is the tag for a background color?
What is style=background-color “____;”>
Which tag creates the header of a table?
What is: <th></th> tag.
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
What is the tag for a color?
What is style=”color:_____;”>
Which tags can be within a <tr></tr> tag?
What is: a <td> or <th> tag.
What two tags are used when changing the format(or look) of words in a phrase?
What is <em>, <strong>, or <b>
How do you change the background color of a table row?
What is <tr style=background-color:#____;”>
Within what tag do you type the border size for the table?
What is: the <table></table> tag.
What three things can a styling tag change in a phrase?
What is background-color, font-size, text-color
How do you list colors from lightest to darkest?
What is “9,8,7,6, ect.”
“F,E,D,C, ect.”