write a program to print a class time - table by using table tag
Answers
How to Create Time-Table schedule using HTML ?
How to Create Time-Table schedule using HTML ?Create a <html> tag.
How to Create Time-Table schedule using HTML ?Create a <html> tag.Create a table using the tags <table></table>.
How to Create Time-Table schedule using HTML ?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>.
How to Create Time-Table schedule using HTML ?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.
How to Create Time-Table schedule using HTML ?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.
How to Create Time-Table schedule using HTML ?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>.