To include an image in line in a Web page,
use the <img>
tag. This is an empty element, that is, there is no terminating
</img>
tag. The image to be included is specified by giving
its URL as a src
attribute.
For example, this code would include an image taken from a file
living in the same directory as
the current HTML file:
<img src="test.gif">
(valid except for
embed
element)
Last modified: Sat, 2007 Mar 10 15:45:22
Slide show generated from html.html by Weasel 2007 Mar 10