We can include images in our Web page through <img> tag.The image tag is an empty tag.
The Attributes of <img> tag are listed below.
SRC (file or"URL")-It specifies the location of the image.
ALT("text")-It specifies the text,which would be displayed ,if the browser does not support
graphics.
ALIGN(TOP,MIDDLE,or BOTTTOM)-It aligns the text according to the specified position.
Syntax for defining an image:
<img src="url" alt="some_text"/>
Example:
<html>
<body>
<img src="http://qualitypointtech.net/images/services.gif" alt="www.qualitypointtech.com"
width="104" height="142" />
</body>
</html>
A Good Beginning Is Half Done
Thursday, October 14, 2010
HTML - Image Tag
Labels:
HTML
Subscribe to:
Post Comments (Atom)
Find more freelance jobs
No comments:
Post a Comment