0
What is the meaning of componet - " tr " and " td "in HTML ?
It is about HTML
1 Respuesta
+ 3
Those are the table tags. For making tables with rows and collumns.
Edit: TR means Table Rows and TD means table Data. Table data is the text inside the boxes.
Additionally, you put TD tags inside of a TR tag to make a row. Every TD you put into the TR makes another collumn.