Podcast
Questions and Answers
Which tags are used in creating tables in HTML?
Which tags are used in creating tables in HTML?
- <table>, <tr>, <td> (correct)
- <table>, <thead>, <caption>
- <table>, <row>, <column>
- <table>, <div>, <p>
How many elements are required to create a table in HTML?
How many elements are required to create a table in HTML?
- 2
- 4
- 1
- 3 (correct)
Which tag is used to add a table row?
Which tag is used to add a table row?
- <caption>
- <td>
- <th>
- <tr> (correct)
Is it possible to add multiple rows in a table?
Is it possible to add multiple rows in a table?
Where are the columns stored in an HTML table?
Where are the columns stored in an HTML table?