HTML Table

An HTML table is used to organize and display data in rows and columns. Tables are useful when we need to present related information in a structured format, such as student marks, employee details, product information, prices, and schedules. An HTML table is created using the tag. HTML Table Elements -used to element defines the complete table. Table row — The element creates a row in the table. Table Header —the element defines a heading or header cell. By default, the text is usually bold and
