Write a program using HTML to
design your class Time Table
Answers
Answered by
0
Answer:
sorry I don't know the t
Answered by
0
Answer:
Steps to Create a Table:
Create a <html> tag.
Create a table using the tags <table></table>.
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.
Close the html tag </html>.
Similar questions