Computer Science, asked by sam575644, 7 months ago

write an html code to create the given table

Attachments:

Answers

Answered by spirit4007
2

Answer:

Use the HTML <table> element to define a table.

Use the HTML <tr> element to define a table row.

Use the HTML <td> element to define a table data.

Use the HTML <th> element to define a table heading.

Use the HTML <caption> element to define a table caption.

Use the CSS border property to define a border.

Answered by jitu06121
1

Answer:

this is the HTML coding for creating a table with the following data.

Explanation:

put your on data by the following step .

please mark me as brainlist

Attachments:
Similar questions