Search This Blog

HTML Images Tag With Height Attribute Example

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

<h1> Images Tag With Height Attribute Example </h1>

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

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

No comments:

Post a Comment