HTML Tables, Div, and Span Flashcards
0
Q
What tags do you put down to create a row?
A
1
Q
What tags do you always put down first when making a table?
A
2
Q
What tags do you use to add data to a table?
A
” “ for the body or unmentioned
“ “ for the heading
3
Q
How do you create columns?
A
Put multiple tags in one
4
Q
What attribute do you use to set the border of the table cell?
A
border= “ px”
5
Q
What attribute do you use to change the number of columns a cell takes up?
A
colspan= “ “
6
Q
What tags do you use to put certain rows in the heading and certain rows in the body?
A
” “ “ “
7
Q
What tag do you use to divide your page up?
A
“<div> </div>”
8
Q
What tag do you use to style part of a body of text instead of the whole thing?
A
“<span> </span>”