HTML Marquee

HTML Marquee: An HTML marquee is a web development element that allows text or images to scroll horizontally or vertically on a web page. However, as of my most recent knowledge update in January 2022, the <marquee> tag was deemed obsolete and should not be used in modern web development. For similar effects, CSS animations or JavaScript are frequently used.

Example of an HTML marquee tag:

<marquee behavior="scroll" direction="left" loop=""><img width="300px" src="images/lion.gif"></marquee>


Download Source code from Github Link:

Comments

Popular posts from this blog

Three.js 3D Graphics Library

NVD3 is a JavaScript library that extends the D3.js library