Computer Science, asked by shanthsen, 7 hours ago

How to make timetable in html/

Answers

Answered by shivanshshrivastava7
0

Answer:

so the answer is in the picture

Attachments:
Answered by ns4660638
0

5Steps 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