How we can create a Table in a Webpage? Write HTML program for creating a
Table in a webpage.
Answers
Answered by
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