,
Share with your friends 

Displaying Animated images on the Browser using HTML

10 ratings Views 180 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

Question / Problem


how to display animated images on the html document?

Solution

Solution Ans:

<html>
<head>
<title> inserting images to my documents</title>
</head>
<body>
</center>
<img src="C:\Documents and Settings\user\Desktop\002B55E5.gif"width="100" height="100" >
</center>
</body>
</html>



<img src= "give the image location of animated files in your computer"
<height>= "height of the image displayed on your browser"
<width>= "height of the image displayed on your browser"
<center>= "align the image at the center"

These are the example for how to insert images on the web browser

Applies to

HTML

Rank It

Login to rank it

Report


Advertisement