to insert a table, use _____ tag.
Answers
Answered by
3
Answer: This may help you
Explanation:
HTML <table> tag. When writing in HTML, the <table> tag is a block element used to create a table. It is useful when you want to represent data using rows and columns. The basic elements that make up a table include <th>, <td>, and <tr>.
Constructing an HTML table consists of describing the table between the beginning table tag, <TABLE>, and the ending table table tag, </TABLE>. Between these tags, you then construct each row and each cell in the row.
Answered by
26
Answer:
To insert a table, use <table> tag
Similar questions