What is < table > tag in HTML?

What is table tag in HTML?


The <table> tag defines an HTML table


 Each table row is defined with a <tr> tag


table header is defined with a <th> tag


 the text in <td> elements are regular and left-aligned


 

 Example of Table in Html


Comments

Last 7 Days

How to use referrerpolicy Attribute value ( no-referrer-when-downgrade ) with < iframe > tag in HTML ? with example

Syntax of writing a different font style in HTML

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

How to use the datalist tag in HTML?

css for code blocks