Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example of HTML Marquee tag</title> </head> <body> <p><marquee width="100%" behavior="scroll" bgcolor="green" >This is an example of html marquee </marquee></p> </body> </html>