Computer Studies
Distinguish between <TR> and <TD> tags
HTML Advanced Features
61 Likes
Answer
| <TR> tag | <TD> tag |
|---|---|
| This tag is used to create rows in a table. | This tag is used to create cells and add data to that cell. |
| This tag is used once in a row. | This tag is used multiple times in a row to create cells. |
Answered By
37 Likes
Related Questions
Distinguish between Cell Padding and Cell Spacing
Distinguish between Colspan and Rowspan
Write down HTML codes to create a table with table headings and other details as given below
Rank Medal First Gold Second Silver Third Bronze Create a webpage to display your marks of First Terminal Examination by using table tags. Create 3 columns viz. Sl. No., Subject and Marks. Also make 5 rows to enter marks for 5 subjects viz. English, Hindi, Science, Social Science and Computer Science. Set the border size to 2 and border color to blue.