Physics, asked by sashinbhatta121, 5 months ago

Answer the questions.
What are the different elements used for creating a table in HTML? ​

Answers

Answered by Anonymous
7

An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements. The <tr> element defines a table row, the <th> element defines a table header, and the <td> element defines a table cell. An HTML table may also include <caption>, <colgroup>, <thead>, <tfoot>, and <tbody> elements.

Answered by ninadwighe24
1

Answer:

The basic elements that make up a table include <th>, <td>, and <tr>. The following sections contain information about the <table> tag, including an example of it in use, and related attributes and browser compatibility.

Similar questions