Tables in HTML & Forms in HTML - Fill in the blanks. - Interactive Worksheet
Interactive Worksheet Interactive Worksheet Chapter 8: Tables in HTML 1. The <table> tag is used to create _______. Select an answer tables lists images 2. The <tr> tag defines a _______ in a table. Select an answer row column cell 3. Table data is represented using the _______ tag. Select an answer <td> <th> <tr> 4. Table headers are created using the _______ tag. Select an answer <th> <td> <tr> 5. The colspan attribute merges _______ horizontally. Select an answer cells ...