1) Write a program using HTML to
design your class Time Table
Answers
Answered by
100
Answer:
html stands for hyper text markup language..
Explanation:
<html>
<head>
<body>
<center><h1>Time Table</center>
maths 1 period
science 2 period
comp 3 period
</body>
</head>
</html>
Answered by
34
Following are the HTML code for the time table:
Explanation:
- In the given question, an HTML language is used, that uses the "table" to display the time table on the computer screen.
- In this language, the HTML table tag is used, in which we use tr and td, and another tag that is th it is used for table heading, but in which we don't use it.
- The tr is used for table row and td is used for table columns, inside the tags we write a message to be displayed.
- Please find the attachment.
Learn more:
- Table: https://brainly.in/question/14813571
Attachments:
Similar questions
Physics,
5 months ago
Math,
5 months ago
World Languages,
10 months ago
Math,
10 months ago
Math,
1 year ago