Computer Science, asked by N178912, 2 months ago

Explain tables in HTML. Take any example and explain all the table related tags and their attributes through that example.

Answers

Answered by deepalmsableyahoocom
4

Answer:

The <table> tag defines an HTML table. Each table row is defined with a <tr> tag. ... Each table data/cell is defined with a <td> tag. By default, the text in <th> elements are bold and centered. By default, the text in <td> elements are regular and left-aligned.

Similar questions