0% found this document useful (0 votes)
31 views1 page

HTML Source Code

Uploaded by

Yohannes Kassa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

HTML Source Code

Uploaded by

Yohannes Kassa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

<html> <html>

<head><title>Animation</title> <head><title>Animation</title>
<style> <style>
body{ body{
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-attachment: fixed; background-attachment: fixed;
} }
</style> </style>
</head> </head>

<body background="bg.jpg"> <body background="bg.jpg">


<marquee scrollamount="16"> <marquee scrollamount="16">
<img src="birds.gif" width="16%"/> <img src="birds.gif" width="16%"/>
</marquee> </marquee>

<br><br><br><br><br><br><br> <br><br><br><br><br><br><br>

<marquee direction="right" scrollamount="35"> <marquee direction="right" scrollamount="35">


<img src="1.gif" width="26%"/> <img src="1.gif" width="26%"/>
<img src="2.gif" width="22%"/> <img src="2.gif" width="22%"/>
<img src="3.gif" width="16%"/> <img src="3.gif" width="16%"/>
<img src="4.gif" width="30%"/> <img src="4.gif" width="30%"/>
</marquee> </marquee>
</body> </body>

</html> </html>

<html> <html>
<head><title>Animation</title> <head><title>Animation</title>
<style> <style>
body{ body{
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
background-attachment: fixed; background-attachment: fixed;
} }
</style> </style>
</head> </head>

<body background="bg.jpg"> <body background="bg.jpg">


<marquee scrollamount="16"> <marquee scrollamount="16">
<img src="birds.gif" width="16%"/> <img src="birds.gif" width="16%"/>
</marquee> </marquee>

<br><br><br><br><br><br><br> <br><br><br><br><br><br><br>

<marquee direction="right" scrollamount="35"> <marquee direction="right" scrollamount="35">


<img src="1.gif" width="26%"/> <img src="1.gif" width="26%"/>
<img src="2.gif" width="22%"/> <img src="2.gif" width="22%"/>
<img src="3.gif" width="16%"/> <img src="3.gif" width="16%"/>
<img src="4.gif" width="30%"/> <img src="4.gif" width="30%"/>
</marquee> </marquee>
</body> </body>

</html> </html>

You might also like