French, asked by jenney123456789, 8 months ago

Write an HTML code to design following table:
Write an HTML code to design following table:​

Answers

Answered by sikharaninayak96
8

Answer:

Creating Tables in HTML

You can create a table using the <table> element. Inside the <table> element, you can use the <tr> elements to create rows, and to create columns inside a row you can use the <td> elements. You can also define a cell as a header for a group of table cells using the <th> element.

Similar questions