Saturday, 22 October 2011

Insert images


<html>
<body>

<p>
An image:
<img src="smiley.gif" alt="Smiley face" width="32" height="32" />
</p>

<p>
A moving image:
<img src="hackanm.gif" alt="Computer man" width="48" height="48" />
</p>

<p>
Note that the syntax of inserting a moving image is no different from a non-moving image.
</p>

</body>
</html>

No comments:

Post a Comment