Basics

HTML

Java

Colors

Frames

Tables

Fonts

Graphics

Links

Contact

how do i add images?

 

This is very easy (add your own info where you see bold text):

<img src="your filename.gif" width="yourwidth" height="yourheight">



You can also put the image on the left, right or center. You do it with the codes below:


<img src="image.gif" align="left">

 


<img src="image.gif" align="center">

 


<img src="image.gif" align="right">




Remember that you need to upload the images to your server space. If you don't, you will see a red
x where the image should be. This means you either didn't upload it, or there is an error in your HTML code.