English, asked by 600kats, 1 month ago

how do i design table using html markup language

Answers

Answered by DDR108
15

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.

Hope it helps.

Pls mark this brainliest

Answered by Anonymous
8

Answer⤵️

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.

All the best :)

Similar questions