Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> </head> <body> <style> marquee { width: 100%; padding: 10px 0; background-color: lightblue; } </style> <marquee direction="scroll">Ein Lauftext, der mit dem HTML Marquee-Element erstellt und mit CSS-Eigenschaften gestaltet wurde.</marquee> </body> </html>