HTML and CSS Reference
In-Depth Information
Figure 5-8. Image integrated with text
Here we are, on day 17 of the tour, in the kumquat packing plant:
<p>
<img src="pics/packing_plant.gif">
<p>
What an exciting moment, to see the boxes of fruit piled high to
In the example, the paragraph ( <p> ) tags surrounding the <img> tag
cause the browser to render the image by itself, with some vertical
space after the preceding text and before the trailing text. Text may also
abut the image, as we describe in section 4.1.1.1 .
5.2.6.2. The lowsrc attribute
To the benefit of users, particularly those with slow network connec-
tions, early versions of Netscape provided the lowsrc companion to the
src attribute in the <img> tag as a way to speed up document rendering.
Search WWH ::




Custom Search