What are the two attributes of < tr > tag?

What are the two attributes of  < tr > tag?


 The <table> tag defines an HTML table.


An HTML table consists of the <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.


A more complex HTML table may also include <caption>, <col>, <colgroup>, <thead>, <tfoot>, and <tbody> elements.


Note: Tables should not be used for page layout! Historically, some Web authors have misused tables in HTML as a way to control their page layout. However, there are a variety of alternatives to using HTML tables for layout, primarily using CSS.


Comments

Last 7 Days

What is the syntax of src Attribute with < img > tag in HTML ?

How to write html code for email signature ?

How to use referrerpolicy Attribute value ( unsafe-url ) with < iframe > tag in HTML ? with example

How to use sandbox attribute value ( allow-popups-to-escape-sandbox ) with < iframe > tag in HTML ? with example

css for code blocks