5. Create an html5 page with following specifications


a.   Title should be about MYCITY

b.  Place your City name at the top of the page in large text and in blue color

c.   Add names of landmarks in your city each in a different color, style and typeface

d.  One of the landmark, your college name should be scrolling

e.   Add scrolling text with a message of your choice

f.    Add some image at the bottom


    Program :

<html>

<head>

<title>MY CITY</title>

</head>

<body>

 <center><b><large><font color="blue" size="10">PUNE</font></b></large><br>

    <font color="Orange" FACE="ARIAL"  size="4"> Shaniwar Peth</font><br>

      <marquee direction="right" ><font color="oranges" size="5">NR                       CLASSES</font><br></marquee>

    <marquee><font color="oranges" size="5">Improve Your Programming With Us  </font>  </marquee>

<img src="nr2.jpg"/>

</center>

</body>

</html>





No comments:

Post a Comment