how to use marquee tag in html,hello guy's in this post i show you how to make image movable in HTML , by using only one tag.
Using marquee html tag your page becomes more attractive.
<marquee>
- First move TEXT using marquee Tag.
<html>
<body>
<marquee>
..... Sahil ......
<marquee>
</body>
</html>
Output:
- Move Image using marquee tag.
Code:
<html>
<body>
<marquee>
<img src="/storage/emulated/0/DCIM/Screenshots./IMG_ 20210626_214631.jpg " width="200">
</marquee>
</body>
</html>
Output:
Thank you |
Comment below if any query regarding this.
Plz share this post with your friends.
how to move image or text in html
Sahil Malavi , Learn Programming tutorial
0 Comments