1. How to add simple moving text
Code for simple moving text:
<marquee>This is simple moving text</marquee>
2. How to add simple moving text with direction
<marquee direction="left">
Welcome to our website! Enjoy browsing through our content
</marquee>