Site hosted by Angelfire.com: Build your free website today!
Basic Must Have Tags
Text Style
Symbols
Headers
Breaks & Spaces
Colors
Images & Graphics
Lists
Tables
Forms
Feedback
Try it out NOW!

Images & Graphics



See alsoMust Have Tags for making an image your background

<img src="image.gif">  Add any image as long as the title of the image is correct. Uses *.jpg & *.gif formats

<a href=http://thepagename.com>THE LINK</a> to create a link

<a href=> starts the link

</a> ends the link ***everything in between <a href> and </a> will link to the page you want***

My Web Page
<html>
<head>
<title>My Web Page</title>
<body bgcolor=yellow>

Hello World!<p>

<img src=/images/images2/smileyt.gif>
<a href="http://www.columbia.edu">Here is a link to Columbia University.</a>

</body>
</html>

My Web Page
This is a link to Columbia University