Write an HTML code to display the name of the seasons
Answers
Answered by
9
<HTML>
<Head>
<Title>
Name of the seasons
</Title>
<Body bgcolor="pink" Textcolor="brown">
Summer<br>
Rainy<br>
Dewy<br>
Autumn<br>
Late-autumn<br>
Winter<br>
Spring<br>
</Body>
</Head>
</HTML>
Answered by
1
Answer:
html
head
title
.
.
.
body
head
title
Similar questions