what is the cod for making a table on HTML CSS???
Answers
Answered by
1
Explanation:
To make a table in HTML, use the <table> tag. Within this table tag, you'll place the <tr>, <th>, and <td> tags. The <tr> tag defines a table row. The <th> tag defines the table header.
Similar questions