Make a table using html
Answers
Answered by
92
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.
Answered by
3
Answer:
Chapter Summary
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.
using these coding you are able to make a table in html
please make it brainliest
Similar questions