Q9 Write A Code in HTML To Create A Table With Heading "Student Record" and Insert 5 Related Information The Format of Table?
A table with the heading "student record" can be created in HTML with 5 rows of related student information. The <table> tag contains <tr> tags for each row and <th> tags for the heading cells and <td> tags for the data cells. The code formats the student data into a readable table.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
44 views1 page
Q9 Write A Code in HTML To Create A Table With Heading "Student Record" and Insert 5 Related Information The Format of Table?
A table with the heading "student record" can be created in HTML with 5 rows of related student information. The <table> tag contains <tr> tags for each row and <th> tags for the heading cells and <td> tags for the data cells. The code formats the student data into a readable table.