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>
This post was written by: Bharathi
Bharthi is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How to Insert images in html”
Post a Comment