write a program using html to design your class time table
Answers
Answered by
3
Explanation:
I hope you're answers this
Attachments:
Answered by
8
Output:
10th class Time Time Table
1, 1st Period: Hindi.
2, 2nd Period: Computer science.
3, 3rd Period: Maths.
4, 4rd Period: English.
5, 5th Period: Physics.
Explanation:
<html>
<body>
<h1><center><b>10th Class Time Table</b></center></h1>
<p>1, <i>1st Period: Hindi.</i></p>
<p>2, <i>2nd Period: Computer science.</i></p>
<p>3, <i>3rd Period: Maths.</i></p>
<p>4, <i>4rd Period: English.</i></p>
<p>5, <i>5th Period: Physics.</i></p>
</body>
</html>
Similar questions