Posts

Town Animation Using HTML and CSS

Image
     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.    

Pigpen cipher

Image
      Pigpen cipher in cryptography The Pigpen Cipher is another example of a substitution cipher, but rather than replacing each letter with another letter, the letters are replaced by symbols.