« Crash guide to HTML. Lesson 7 - Centering »
...
|
<html> <head> <title>Ackadia - Learn HTML - lesson 7 - Centering </title> </head> <body background="stone.jpg"> <br /><br /> <center> <img src="images/spidersweb.gif" width="75" height="75" alt="Spiders Web" /> </center> <br /><br /> Obviously you can play around with positioning commands, but this is strictly a crash course! <br /><br /> Again, "center" is considered obsolete in favour of style sheets, but will rename valid to the foreseeable... <br /><br /> Like the "background" earlier, this picture is stored in the same directory (for convenience). <br /><br /> Next we'll put it inside a table, which we'll center. <br /><br /> </body> </html> See this code running in your browser |

