How to create a scrolling tag?

HTML <marquee> Tag

The tag has opening (<marquee>) and closing (</marquee>) elements.
marquee scrolling的圖片搜尋結果

Examples

<body> <marquee>Scrolling text</marquee> </body>

<body> <marquee direction="down">Scrolling text.</marquee>

Comments