What tags do you put down to create a row?
What tags do you always put down first when making a table?
What tags do you use to add data to a table?
” “ for the body or unmentioned
“ “ for the heading
How do you create columns?
Put multiple tags in one
What attribute do you use to set the border of the table cell?
border= “ px”
What attribute do you use to change the number of columns a cell takes up?
colspan= “ “
What tags do you use to put certain rows in the heading and certain rows in the body?
” “ “ “
What tag do you use to divide your page up?
“<div> </div>”
What tag do you use to style part of a body of text instead of the whole thing?
“<span> </span>”