Moving text using Html and CSS


Marquee is the tag used for moving text in html csss

Example:

<marquee style="font-size: 30px;
    color: #fff;
    height: 2.5vw;
    overflow: hidden;
    background-color: #000;"> Hurray!!! Unbelievably good offers are waiting for you!
Click the <a href="#">Link</a> to learn more.</marquee>

Output:

Leave a comment

Your email address will not be published. Required fields are marked *