Computer Science, asked by shahoafridi55, 3 months ago

How to make a table like this in html

Attachments:

Answers

Answered by Anonymous
2

Creating Tables in HTML

Creating Tables in HTMLYou 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.

Answered by sardapatel40
0

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.

I hope it help you...

Similar questions