Scrolling text n HTML pages



I want my name to appear as running text on my website in a horizontal view. How can I achieve this?



Darling, you can achieve this by running this command

<marquee>Your name</marquee>

Your name

Cheers!

~Rebecca