Create an html5 page of My City | HTML & CSS - IProgramX

Q.Create an html5 page with following specifications
a. Tital 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 landmarks, your college name should be scrollinge. Add scrolling text with a message of your choice
f. Add same image at the bottom (HINT: use appropriate header and footer for the page)


HTML Code:

<HTML>
<HEAD><TITLE><CENTER>My CITY</CENTER></TITLE></HEAD>
<BODY BGCOLOR="ORANGE">
<BODY BGCOLOR="ORANGE">
<FONT SIZE="7" FACE="ARIAL" COLOR="BLUE"><CENTER>PUNE,
<SMALL>MAHARASHTRA</SMALL></FONT><BR>
<BODY BGCOLOR="RED"><CENTER>
<font size="4" face="arial" color="pink"<B>Landmarks</B></font><BR>
<font size="4" face="arial" color="yellow"<B>SHANIVAR WADA</B></font><BR>
<font size="4" face="arial" color="red"<B>Empharence Mall</B></font><BR>
<font size="4" face="arial" color="blue"<B>Ganesh Tekadi</B></font><BR>
<BODY BGCOLOR="PINK"<CENTER>
<MARQUEE BEHAVIOUR="SLIDE"> Wonderful Place To Visit</MARQUEE>
<MARQUEE BEHAVIOUR="SLIDE">Pune Is best City for Education</MARQUEE>
<IMG SRC="b.jpg" WIDTH="400" HEIGHT="400" ALT="IMAGE CANNOT BE DISPLAYED">
</BODY>

</HTML>

Output:


Post a Comment

0 Comments