أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
if you mean move a text as scrolling (horizontal or vertical), you can use marquee tag (HTML4) which is obsolete in HTML5 where you can substitute it with CSS3 animation
Dear Bineesh VP
to move a text using Html tags, we have to to use this tag
marquee tag.
code:
<marquee>TEXT</marquee>