Q. Create an html5 page with following specifications
   a. Title should be about MYCOLLEGE
   b. Put the windows logo image in the background 
   c. Place your college name at the top of the page in large text followed by address in smaller size
   d. Add names of courses offered each in a different color, style, and typeface   e. Add scrolling text with message of your choice
   f. Add college image at the bottom (HINT: use appropriate header and footer for the page)


HTML Code:

<HTML>
<HEAD><TITLE><CENTER>My College</CENTER></TITLE></HEAD>
<BODY BGCOLOR="ORANGE">
<FONT SIZE="7" FACE="ARIAL" COLOR="BLUE"><CENTER>FC COLLEGE,
<SMALL>PUNE<CENTER></SMALL></FONT><BR>
<BODY BGCOLOR="RED"><CENTER>
<font size="2" face="arial" color="blue"<B>Cources</B></font><BR>
<font size="2" face="arial" color="red"<B>Mathematics</B></font><BR>
<font size="2" face="arial" color="green"<I>Computer Science</I></font><BR>
<font size="2" face="arial" color="brown"<U>Physicis</U></font><BR>
<BODY BGCOLOR="PINK"<CENTER>
<font size="2" face="arial" color="yellow"<B>Botany</B></font><BR>
<font size="2" face="arial" color="brown"<I>Electronics</I></font><BR>
<font size="2" face="arial" color="grey"<U>Chemistry</U></font><BR>
<BODY BGCOLOR="PINK"<CENTER>
<MARQUEE BEHAVIOUR="SLIDE"> NAAC ACCREDITED AT 'A' GRADE COLLEGE</MARQUEE>
<IMG SRC="a.jpg" WIDTH="400" HEIGHT="400" ALT="IMAGE CANNOT BE DISPLAYED">
</BODY>
</HTML>

Output: