we can create table in HTML by using ___ tag
Answers
Answered by
0
Explanation:
To create table in HTML, use the <table> tag. A table consist of rows and columns, which can be set using one or more <tr>, <th>, and <td> elements. A table row is defined by the <tr> tag. To set table header, use the <th> tag.
Answered by
0
Answer:
<table> tag is the answer of this question
Similar questions