html image
<!DOCTYPE html>
<html>
<body>
<h2>Floating Images</h2>
<p><strong>Float the image to the right:</strong></p>
<p>
<img src="smiley.gif" alt="Smiley face" style="float:right;width:42px;height:42px;">
I have a best friend who resides next door to me. Her name is Anita, and we go to the same school, play together and participate in competitions. Our families too have a close connection and motivate us to take part in cultural and sports activities. Anita is a kind-hearted friend who loves to help the needy
</p>
<p><strong>Float the image to the left:</strong></p>
<p>
<img src="smiley.gif" alt="Smiley face" style="float:left;width:42px;height:42px;">
I have a best friend who resides next door to me. Her name is Anita, and we go to the same school, play together and participate in competitions. Our families too have a close connection and motivate us to take part in cultural and sports activities. Anita is a kind-hearted friend who loves to help the needy
<img src="smiley.gif" alt="Smiley face" style="float:left;width:42px;height:42px;"></p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h2>Image as a Link</h2>
<p>The image is a link. You can click on it.</p>
<a href="default.asp">
<img src="smiley.gif" alt="HTML tutorial" style="width:42px;height:42px;">
</a>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h2>Animated Images</h2>
<p>HTML allows moving images:</p>
<img src="programming.gif" alt="Computer man" style="width:48px;height:48px;">
</body>
</html>



कोई टिप्पणी नहीं