Computer Science, asked by tusharzingade9867, 10 months ago

1) Write a program using HTML to
design your class Time Table​

Answers

Answered by alokgupta1560
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 codiepienagoya
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