Marquee tag which is used to scroll image or text from left to right or right to left horizontally. This tag basically used for showing aimportant notification . By default it start from right to left.
Marquee e.g<!DOCTYPE html> <html> <body> <marquee>understanding marquee tag</marquee> </body> </html>O/P understanding marquee tag