About 65,600 results
Open links in new tab
  1. <marquee>: The Marquee element - HTML | MDN - MDN Web Docs

    Dec 17, 2025 · The <marquee> HTML element is used to insert a scrolling area of text. You can control what happens when the text reaches the edges of its content area using its attributes.

  2. HTML Marquee Tag - W3Schools

    Learn how to use the Marquee tag in HTML to create dynamic scrollable text and images on your website, with control over marquee speed, direction, and space adjustments.

  3. HTML marquee Tag - W3docs

    The marquee is a non-standard HTML tag which was used to create a scrolling text or an image. It was used to make the text/image scroll horizontally across or vertically down the web page.

  4. Marquee HTML - W3schools

    To scroll an image or text the HTML <marquee> tag is used. The scroll can be either horizontally or vertically, thus allowing the image or text to be scrolled up or down, or left or right automatically.

  5. Marquee element - Wikipedia

    The marquee tag is a non-standard HTML element which causes text to scroll up, down, left or right automatically. The tag was first introduced in early versions of Microsoft 's Internet Explorer, and was …

  6. HTML Marquee Tag Tutorial: Speed, Direction, Behavior, Scrollamount …

    Dec 18, 2025 · Marquee is a non standard element in HTML5. We can also control marquee speed, direction , scrolldelay and Stop or start marquee on mouseover and mouseout using marquee …

  7. HTML - <marquee> Tag - Online Tutorials Library

    HTML <marquee> tag is used to create auto scrolling or moveable element within webpage. If we place any content inside this tag then that element will slide from right to left by default on it's own, but we …

  8. Marquee Tag in HTML: Syntax, Examples, and Alternative

    Oct 29, 2025 · Learn about the marquee tag in HTML used to create scrolling text and images. Discover its syntax, examples, and why it's obsolete in modern web design.

  9. HTML Marquee Tag: Syntax, Usage, and Examples

    The HTML marquee tag scrolls text or images across a webpage without using JavaScript or CSS animations. Even though it's outdated and not part of HTML5 standards, many beginner-friendly …

  10. HTML Marquee

    HTML marquees (i.e. coded using the <marquee> tag) are a quick and easy way to add a marquee to your web page or blog. With no more than one line of code, you can have scrolling text or images. …