Computer Science, asked by mauryarahi8, 8 months ago

How we can create a Table in a Webpage? Write HTML program for creating a

Table in a webpage.

Answers

Answered by shahkhushee700
1

Answer:

header, use the <th> tag. For a table cell, use the <td> tag.

Just keep in mind, table attributes such as align, bgcolor, border, cellpadding, cellspacing deprecated and isn’t supported by HTML5. Do not use them.

Similar questions