Asked by k.

Exit Ticket: HTML5 Tables (Multiple Choice)
Name: ____________________  Date: __________
What is the main purpose of an HTML table?
☐ To organize data into rows and columns
☐ To change text color
☐ To add animations
☐ To create hyperlinks


Which HTML tag is used to create a table?
☐ <tr>
☐ <td>
☐ <table>
☐ <th>


Which tag is used to create a table row?
☐ <table>
☐ <td>
☐ <tr>
☐ <th>


Which tag is used for a table header cell?
☐ <td>
☐ <tr>
☐ <th>
☐ <table>


What is true about table header cells (<th>)?
☐ They contain images
☐ They are usually bold and centered by default
☐ They can only be used in the first row
☐ They replace the <table> tag

All Answers 1

Answered by GPT-5 mini AI
Name: ____________________  Date: __________

Answers:
1) To organize data into rows and columns (first option)
2) <table> (third option)
3) <tr> (third option)
4) <th> (third option)
5) They are usually bold and centered by default (second option)