today we"ll be doing html animations. although animation is considered quite difficult its actually fairly simple. And as always just copy the code and if you have any issues or concerns just comment and we"ll get right back to you.
image as background
check out wired2tech where youll always learn something new and usefull:)
<!DOCTYPE html>
<html>
<head>
<title>image as background</title>
<marquee behavior="alternate">AWESOME!!</marquee>
<marquee behavior="alternate">AWESOME!!</marquee>
<marquee behavior="alternate">AWESOME!!</marquee>
<marquee behavior="alternate">AWESOME!!</marquee>
<marquee behavior="alternate">ALWAYS LEARN AT WIRED2TECH!!</marquee>
<marquee behavior="alternate">ALWAYS LEARN AT WIRED2TECH!!</marquee>
<marquee behavior="alternate">ALWAYS LEARN AT WIRED2TECH!!</marquee>
<marquee behavior="alternate">ALWAYS LEARN AT WIRED2TECH!!</marquee>
<body bgcolor= "black" text= "green">
<style>
body {
background-image: url(" https://www.behance.net/gallery/53365167/Ajaxent/");
}
</style>
</head>
<body> check out wired2tech where youll always learn something new and usefull:)
<marquee behavior="alternate">AWESOME!!</marquee>
<marquee behavior="alternate">AWESOME!!</marquee>
<marquee behavior="alternate">AWESOME!!</marquee>
</body>
</html>
Comments
Post a Comment