Chapter 8, 8.7

1. What is the difference between an inline image and an external image?
— Inline images are graphical images that are displayed when the user opens a page.

2. Write the simplest version of the format of the markup tag for an inline image.
— The simplest version of the format of the markup tag for an inline image is:

3. Write a markup tag that loads an inline image of the file image.gif, centers the image, and scales its size to 200pixels * 200 pixels.

4. What are two ways of tagging an external image? Give an example of each.
— The two ways are by displaying a text that can be clicked and get you the image. The other one is to display the smaller version of that image and by clicking it, it give you the full version of that image.
Picture

Leave a Comment