Computer Science, asked by jhaswanth0710, 8 months ago

write a html programing to get the following
output:
Time tabel
Day
suliject
monday
Wednesday
a science
English
Launguage
Tuesday​

Answers

Answered by aummanani
1

bye ave fum and stay safe stay home bye

Answered by dmjn
2

Answer:

<html>

<head>

</head>

<body>

<p>Timetable</p><br>

<p>Day</p><br>

<p>Suliject</p><br>

<p>Monday</p><br>

<p>Wednesday</p><br>

<p>a science</p><br>

<p>English</p><br>

<p>Language</p><br>

<p>tuesday</p><br>

</body>

</html>

Explanation:

Pls Mark As Brainliest!!

Similar questions