0% found this document useful (0 votes)
31 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> rows which hold <td> data cells for each piece of student data. Headers can be added with the <th> tag in the first row.

Uploaded by

yamini chauhan
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
31 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> rows which hold <td> data cells for each piece of student data. Headers can be added with the <th> tag in the first row.

Uploaded by

yamini chauhan
Copyright
© © All Rights Reserved
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
You are on page 1/ 1

Q9 Write a code in HTML to create a table with heading student

record and insert 5 related information the format of table?

Output:

You might also like