Inline
Images
Inline images are those that display directly in the Web
page. External images require a plug-in for the user to view them. You'll
learn more about external images as well as audio and video in the Mulimedia
sessions. Here, you will insert an inline image using the <img>
tag.
Add the following image to the chem.htm file. Replace
the first two heading tags with the logo for the chemistry class. You
can either use the image off the CD accompanying the text, copy it from
the MCCC S: drive or download it by right-clicking on the image and
saving it locally.
<body>
<h1 align="center">Mr.
Dube's Chemistry Classes</h1>
<h2 align="center">At Robert Service High School</h2>
<p align="center"><img src="dube.jpg"></p>