Sunday 18 August 2019

To make images move In Html

  • Insert a table with a coulumn
  • add the specific image or text in that coulomn
  • now before text or image write marquee
  • here is an example
     <marquee>INDERT YOUR IMAGE OR TEXT OVER HERE </marquee>
Falling text effect in html
<marquee style =z-index:2; position: absolute; left:77; top:58; height:438; scrollamount="41" direction="down">
my name is </marquee>
Make your text move from left to right
<marquee behaviour="alternate"> download to click </marquee>