in HTML coding write a program to create a table to display your marks in half yearly exam with output
Answers
Answered by
0
Answer:Create rows in the table using <tr>This is the row tag</tr>. Insert the data into rows using <td> Table Data</td> tags. Close the table tag.
Missing: half | Must include: half
Explanation:
Similar questions