Including pictures and files in HTML |
|
You can include graphic images (pictures) within an HTML document. You can also set up a link to a separate file or graphic image that is not in HTML format.
<img src="filename">
The filename can be in .gif or .jpg
format.
<a href="filename">text</a>
This creates a link with the given text.
You can link to text, graphic images, animated images, or even
sound files. However, the kinds of files a user can view,
and how they will be viewed, depends on how their browser is set up.