Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> marquee{ font-size: 30px; font-weight: 800; color: #8ebf42; font-family: sans-serif; } </style> </head> <body> <marquee>A scrolling text created with HTML Marquee element.</marquee> </body> </html>