Welcome to W3Courses

Marquee

Enter Moving Text on Html Page with Marquee Tag

Moving text in html can be added in the Marquee tags. Following is an example of adding a moving text in html.

<marquee>This text will move </marquee>

0