Name different tags to use a creat table
Answers
Answered by
1
Answer:
The <table> tag is used to define a table in HTML.
It contains various type of elements such as <th>, <td> and <tr>.
If you want to define a row in the table then you have to choose <tr>.
If you want to define a table caption then you need to use <td> element.
Explanation:
Please mark me as the brainliest
Similar questions