create a class time table using the html table 5
Answers
Answered by
0
Answer:
follow me
How to Create Time-Table schedule using HTML ?
1.Create a <html> tag.
2.Create a table using the tags <table></table>.
3.Create rows in the table using <tr>This is the row tag</tr>.
4.Insert the data into rows using <td> Table Data</td> tags.
5.Close the table tag.
6.Close the html tag </html>.
Similar questions