HTML tables are used to display information on a webpage
Answers
Answered by
4
Answer:
A table is an HTML element, also referred to as a "tag," and is used to display your web page content in an organized fashion. Your web page can be set up in columns and rows, you can display your table cells with or without a border, and you can even have a color or image patterned background.
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.
HOPE THIS HELPS YOU AND PLZ FOLLOW ME FOR MORE ANSWERS AND MARK ME AS BRAINLIEST
Similar questions