click below
click below
Normal Size Small Size show me how
Rutiri-HTML Project4
Creating Tables in a Web Site
Question | Answer |
---|---|
The home page for Bell Video has a borderless table. | True |
The New Releases page for Bell Video has a table with background color in header row. | True |
The Actor Web page for Bell Video does not have anything to do with cell spacing or cell padding. | False |
There is a rowspan attribute used for Type web page in Bell Video. | True |
What will allow you to organize information on a Web page using HTML tags. | Tables |
A __________ is a horizontal line of information. | row |
A ____________ is a vertical line of information. | column |
A ____________ is the intersection of a row and a column. | cell |
A _____________ __________ displays text as bold and center-aligned. | heading cell |
A _____________ __________ displays normal text that is left-aligned. | data cell |
A _____________ __________ is the line that encloses the perimeter of the table. | table border |
A _____________ __________ is the same as a heading cell--it is any cell with bold text that indicates the purposes of the row or column. | table header |
A _____________ __________ is descriptive text located above or below the table that further describes the purpose of the table. | table caption |
<tr> tags and the end </tr> tags indicate what? | rows are indicated in the HTML file |
<th> tag and end </th> tag indicate what? | the first row indicates table heading cells |
<td> tag and end </td> tag indicate what? | the second, third, and fourth rows of the cells contain data. |
The _____________ attribute sets the amount of space between cells. | cellspacing |
_____________ defines the number of pixels of space between cells in a table | Cellpadding |
The __________ __________ of the <th> or <td> tag sets a number of columns spanned by a cell. | colspan attibute |
The __________ __________ of the <th> or <td> tag sets a number of rows spanned by a cell. | rowspan attribute |
What was the name of the web page created in Project 4? | Bell Video |
How many pages were created for the web page in Project 4? | 4 |