Town Animation Using HTML and CSS
Simple town Animation using HTML and CSS This is very simple and interesting web page using marque tag in HTML using gif image. The text picture displaced either horizontally or vertically in your website. Example: <marquee direction="right"> <img id="x" src="x.gif"> <img id="y" src="y.gif"> <img id="z" src="z.gif" > </marquee> Here the <marquee direction= up | down | left | right> The Marquee scroll amount attribute is used to set the amount of scrolling at each interval in pixels. <marquee scroll amount="7"> <img src="x.gif" width="16%"/> </marquee> We can also change the width size and height of the gif image. Here I Design a simple town animation using marque tag.