Computer Science, asked by dhanunjaya3638, 2 months ago

List four attributes of<table> tag.​

Answers

Answered by xodike4887
1

Answer:-

The <table> tag defines an HTML table.

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

Similar questions