HTML Marquee Example code

HTML Marquee Assignment | HTML Marquee Lab Exercise

Type this code in text editor and save file with .html extension
------------------------------
<!doctype html>
<html>
<head>
<title>Marquee Example</title>
</head>
<body bgcolor="green" leftmargin="100px">
<center><font color="red" size="8" face="Cooper">IT COMPUTER</font><br/><font color="white" size="7" face="Elephant">GURUJI</font></center>
<br/><br/>
<hr/>
<marquee><font color="white"><b><i>Welcome to IT Computer Guruji Official Website</i></b></font></marquee>
<hr/>
<br/>
<img src="itcg.jpg" width="250px" align="left" hspace="100px"/>
<marquee direction="up" width="400px" height="400px">
<font color="yellow">
In <b>IT Computer Guruji Website</b> we provide information about computer and its all related topic in easy way. You can find notes as well as MCQ here on many topics.</font>
</marquee>
</body>
</html>
-----------------------------------------------
Output-

html marquee exercise


Post a Comment

0 Comments