show-notice
hide-notice

Friday 9 August 2013

HTML img Tag


Introduction:

The HTML img tag is used for embedding images into an HTML document.To use this tag, the image you specify in the src attribute needs to be available on a web server. This could be your own web server or another web server (such as PhotoBucket).

Example:
<html>
<head>
<title>HTML img Tag</title>
</head>
<body>
<img src="your image source here" width="225" height="151" alt="Gohil 

Infotech"> 
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com