Computer Science, asked by sreekutty4444sreez, 1 year ago

How to use marquee in a HTML code

Answers

Answered by siddhartharao77
2
<marquee behavior="scroll" direction="left" scrolldelay =  30 scrollamount = 20 loop = 2 >HTML basic code</marquee>

Hope this helps!

sreekutty4444sreez: Thank you
siddhartharao77: My Pleasure
Answered by santhisiva2037
0

Answer:

<marquee bgcolor="yellow" behavior="left">HI USER!</marquee>

Explanation:

Use it in a <p> tag.

Similar questions