How to use marquee in a HTML code
Answers
Answered by
2
<marquee behavior="scroll" direction="left" scrolldelay = 30 scrollamount = 20 loop = 2 >HTML basic code</marquee>
Hope this helps!
Hope this helps!
sreekutty4444sreez:
Thank you
Answered by
0
Answer:
<marquee bgcolor="yellow" behavior="left">HI USER!</marquee>
Explanation:
Use it in a <p> tag.
Similar questions