In previous lesson you learned how to use an image as a background for web pages. It was
<BODY BACKGROUND=”image.gif”>
</BODY>
Here we want to learn how to add an image in a web page. Tag that will be used for this purpose is <IMG> tag. Actually we will need parameters for this tag that specify image file location, file name and other optional parameters. Look at this example: (more…)
