Computer Science, asked by abhi2000lavania, 9 months ago

Write the code in html to print the table.​

Attachments:

Answers

Answered by 04kusum
0

Answer:

no idea..............

Answered by kajal1001
0

An HTML table is defined with the <table> tag.

Each table row is defined with the <tr> tag. A table header is defined with the <th> tag. By default, table headings are bold and centered. A table data/cell is defined with the <td> tag.

Similar questions