How do I add graphics to my web page?

An animation is added to your web page the same way you would add any type of picture to your web page.  Your home page provider or web design software should have detailed instructions of how to add images to your web pages. In most web page design software, the animation will appear still when you are editing the page.  You will just need to view (or preview) your completed web page in a browser to see the animation move.

If you add a background picture to your web page, the picture will repeat and tile from top to bottom, left to right by default. Web design software has different ways of including the background picture. Typically your HTML body tag should look like this:

<body background="imagename.gif">

Keep in mind that a dark or busy background will make text hard to read.