FILE17.HTML : Adding images (2)
Copy and paste, or type, the HTML code shown below into your text editor, and save it as "file17.html":
<html>
<head>
<title>(file17.html) Adding images (2)</title>
</head>
<body bgcolor="#ffffff">
<h1><font face="Verdana, Arial, sans-serif" color="#cc3333">Adding images (2)</font></h1>
<img src="photo1.jpg" width="137" height="150" alt="Photo of a girl's head" align="left">
<p><font face="Verdana, Arial, sans-serif" color="#000099">Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text </font></p>
</body>
</html>
Alternatively, this link leads to a copy of this file, already created for you.
Here is the photograph used in this example:
Copy it into the same directory as your example HTML files, and call it "photo1.jpg".
Return to the tutorial or return to the list of example files.
|