|
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
|
|