Visitor
Reads - HTML Tutorials
What the heck is HTML, anyway? I don't understand an HTML document! How do I customize text (font, size, color, etc.)? How do I insert images? How do I insert links and anchors? How do I insert tables? How do I insert lists? How do I insert comments in my HTML document?How do I insert images?
In an HTML document, you can't copy and paste an image onto it. Instead, you need the location of the image (URL). You can get the image location by right-clicking it viewing it's location, or address. However, we will avoid doing this because it's direct-linking. So save the image somewhere on your computer (like your desktop) and upload it to the Web, thus creating a URL.
To insert an image, replace 'http://...' by the URL of the image in the code below: