OUTPUT:
FIGURE: 7.10 THE UPPER EXAMPLE DOESN’T HAVE IMAGE SPACING, AND THE LOWER EXAMPLE DOES.
NOTE
With cascading style sheets, you can control image borders, space included around images, and how text flows around images. You can also use CSS to control the properties of elements of all kinds, so I’m going to cover them in lesson 7
IMAGES AND LINKS
Can an image serve as a link? Sure it can! If you include an <img> tag inside a link tag (<a>), that image serves as a ink itself:
IMAGE AND LINKS
Can an image serve as link? Sure it can! If you include an <img> tag inside a link tag (<a>), that image serves as link itself:
<a href =”index. Html”> <img src =”uparrow. Gif” alt = “up” /></a>
TIP
