Search This Blog

HTML Images Tag With width Attribute Example

HTML Images Tag With width Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h1> Images Tag With width Attribute Example </h1>

<img src="Img/img2.gif" width="150" />
<p> Here we add width in img tag </p>

</body>
</html>
OUTPUT
HTML Images Tag With width Attribute Example

No comments:

Post a Comment