5 Marquue Tag Cool Tricks With Codes
Hi guys, today I'm going to
show you 5 marquee tags cool tricks that are great strategies that can help you
a lot. These codes will help you build your knowledge and improve your HTML
coding. You can improve your website so that it looks more attractive to
others.
So let’s take a look at 5
spectacular awesome codes.
1. Mouse Over And Mouse Out
HTML Code :
<html>
<body>
<marquee
scrollamount="4" onmouseover="this.stop()"
onmouseout="this.start()" scrolldelay="0"><font
size="15" color="red">JoyKaHelp</font>
</marquee>
</body>
</html>
2. Add Image In Marquee Tag
HTML Code :
<html>
<body>
<marquee
scrollamount="4" scrolldelay="0">
<img
src="https://www.freepnglogos.com/uploads/wwe-silver-logo-png-4.png">
</marquee>
</body>
</html>
3. Add Multiple Images In A
Scroll Line
If you have a website to download images for wallpaper.
Then it can help you make your website look gorgeous.
HTML Code :
<html>
<body>
<marquee
scrollamount="10" scrolldelay="0">
<img
src="https://www.freepnglogos.com/uploads/wwe-silver-logo-png-4.png">
<img
src="http://assets.stickpng.com/thumbs/5847f9cbcef1014c0b5e48c8.png">
<img
src="https://png.pngtree.com/element_our/sm/20180301/sm_5a9794da1b10e.png">
<img
src="https://png.pngtree.com/element_our/sm/20180524/sm_5b072d1cf1261.png">
</marquee>
</body>
</html>
4. Add Link With Images
It is commonly used for movie
downloads or online shopping websites. If you have a website like this, you can
try it. Hope this helps make your website more attractive to others and you get
more traffic.
HTML Code :
<html>
<body>
<marquee
scrollamount="7" scrolldelay="0">
<a
href="https://www.google.com/"><img
src="http://assets.stickpng.com/thumbs/5847f9cbcef1014c0b5e48c8.png"></a>
<a
href="https://facebook.com"><img
src="https://png.pngtree.com/element_our/sm/20180301/sm_5a9794da1b10e.png"></a>
<a
href="https://youtube.com"><img
src="https://png.pngtree.com/element_our/sm/20180524/sm_5b072d1cf1261.png"></a>
</marquee>
</body>
</html>
5. Change Direction
You can change the Text or
Img directions just using this tag “Direction”
HTML Code :
<html>
<body>
<marquee
scrollamount="4" scrolldelay="0"
Direction="Up"><font size="15"
color="red">JoyKaHelp</font>
</marquee>
<marquee
scrollamount="4" scrolldelay="0"
Direction="Left"><font size="15"
color="red">JoyKaHelp</font>
</marquee>
<marquee
scrollamount="4" scrolldelay="0"
Direction="Right"><font size="15"
color="red">JoyKaHelp</font>
</marquee>
<marquee
scrollamount="4" scrolldelay="0"
Direction="Down"><font size="15"
color="red">JoyKaHelp</font>
</marquee>
</body>
</html>
If You Have Any Questions
Comment Below
I hope I have been able to
help you in this post. If you benefit from this post, please share this post with
your friends so they too can learn this method and gain more knowledge about
HTML.
Stay Tuned For Daily More
Updates.
Post a Comment