Tuesday 17 July 2012

How to Insert images in html


<!DOCTYPE html>
<html>
<body>

<p>
An image:
<img src="here your img.gif" alt="name of image" width="32" height="32" />
</p>

<p>
A moving image:
<img src="here your img.gif" alt=" name of image " 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>

0 Responses to “How to Insert images in html”

Post a Comment