HTML Tutorial in Hindi [Part 19] - HTML Table | How to create Table in HTML | table, tr and td tag

Tech Gun
Youtube
Related Topic
:- Web Development HTML

In this tutorial i will talk about How to create Table in HTML with table, tr and td tag. HTML tables allow web authors to arrange data into rows and columns. An HTML table is defined with the ( table ) tag. Each table row is defined with the ( tr ) tag. A table header is defined with the ( th ) tag. By default, table headings are bold and centered. A table data/cell is defined with the ( td ) tag.

Comments