x
1
2
<html>
3
<body>
4
5
<h4>Image with no margins</h4>
6
<p><img src="/examples/smiley.gif" alt="Smiley face" width="42" height="42" align="middle"> This is some text. This is some text. This is some text.</p>
7
8
<h4>Image with 50px margins on top and botttom</h4>
9
<p><img src="/examples/smiley.gif" alt="Smiley face" width="42" height="42" align="middle" style="margin:50px 0px">This is some text. This is some text. This is some text.</p>
10
11
</body>
12
</html>