Write an html code to write the names of the months
Answers
Answered by
5
<HTML>
<Head>
<Title>
Names of the seasons<br>
</Title>
<Body bgcolor="red" text color="black">
January<br>
February<br>
March<br>
April<br>
May<br>
June<br>
July<br>
August<br>
September<br>
October<br>
November<br>
December<br>
</Body>
</Head>
</HTML>
Similar questions