English, asked by shreyasaluja, 9 months ago

can u guys tell me which tag is used to apply movable text
can u provide me that tag?​ plz​

Answers

Answered by silentperson
0

Answer:

hey mate me too don't know

same pinch

Answered by davidcol
1

Answer: <marquee> tag is used to move the text. Inside <marquee> you can use the other tags like <p> , <h> etc. For example

<html>

<body>

<marquee> Move this text </marquee>

<marquee><p> Hello Paragraph</p> </marquee>

</body>

</html>

Use can use some attributes inside marquee tag . Like this

<marquee direction = "left"> Text moving to left side </marquee>

Similar questions