Search This Blog

HTML Images Tag With Align Attribute Example

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

<img src="Img/img2.gif" align="right" />
<p> Here we Set Image Alignment in img tag </p>

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

No comments:

Post a Comment