How can I create JavaScript scrolling lyrics easily?

Asked By 10 points N/A Posted on -
qa-featured

Hi expert,

I am facing problem with creating javascript scrolling lyrics. I don’t know how to create it. Please, tell me in detail and of course step by step as I can realize everything easily and can do the work smoothly.

Thanks in advance

SHARE
Answered By 50 points N/A #150673

How can I create JavaScript scrolling lyrics easily?

qa-featured

Hello, Maria Trienity

Hope you are fine. I think I can give you a solution. So don’t worry. Here I give you a code.

 Copy the code into your HTML document where you want the scrolling text to appear. Here the text will go upward.

<marquee bgcolor="#000080" scrollamount="2" direction="up" loop="true" width="35%"> <center> <font color="#ffffff"><strong> THIS IS A COOL WAY<br> TO MAKE YOUR TEXT<br> SCROLL UPWARDS<br> <br> IT IS EASY AND FAST LOADING </strong></font></center></marquee>

Hope you will get your answer.

Related Questions