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

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