Write an HTML code to design following table:
Write an HTML code to design following table:
Answers
Answered by
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
English,
5 months ago
Social Sciences,
5 months ago
Math,
10 months ago
Math,
1 year ago
English,
1 year ago