MMDT1021 Chapter 6 Notes - page 3
Wrapping text around images (Alignment)
Code | Page |
---|---|
An example page using all align values. |
Result Source |
Stopping Text Wrap
Without any 'clear' attribute in the <br> tag. |
Code | Result |
---|---|
<img src="images/world.jpg" border="0" width="137" height="145"
alt="Globe image" align="left" /> |
Big Text
|
With a 'clear' attribute in the <br> tag between the <h1> tag and other text. |
Code | Result |
---|---|
<img src="images/world.jpg" border="0" width="137" height="145"
alt="Globe image" align="left" /> |
Big Text
|
With a 'clear' attribute in the <br> tag before the <h1> tag. |
Code | Result |
---|---|
<img src="images/world.jpg" border="0" width="137" height="145"
alt="Globe image" align="left" /> |
Big TextThis is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. This is some regular text. |