Home
Flashcards
Preview
Web Development Lesson 5
Home
Get App
Take Quiz
Create
Which tags define a single row within a table?
a. <tr>...</tr>
b. <th>...</th>
c. <td>...</td>
d. <table>...</table>
<tr>...</tr>
Which tags define a single data cell within a table row?
a. <data>...</data>
b. <td>...</td>
c. <th>...</th>
d. <tr>...</tr>
<td>...</td>
Which attribute is used in the <table> tag to define the width of the border lines in a table?
a. align
b. cellspacing
c. cellpadding
d. border
border
Which of the following is the correct syntax for creating a table cell with content centered within the cell?
a. <td align="center">
b. <td="center>
c. <align td="center">
d. <aligntd=center>
<td align="center">
When writing a comment in the code, inside which of the following characters should you place the text?
a. !! and !>
b. <p> and </p>
c. <!-- and -->
d. <td> and </td>
<!-- and -->
Author
jdavis123
ID
353627
Card Set
Web Development Lesson 5
Description
Setting Tables
Updated
2020-10-29T01:48:56Z
Show Answers
Home
Flashcards
Preview