<body>
<p>
An image:
<img src="html/home.png" alt="home" width="32" height="32"></p>
<p>
A moving image:
<img src="smiley.gif" alt="you are the best" width="48" height="48"></p>
<p>
Note that the syntax of inserting a moving image is no different from a non-moving image.
</p>
</body>
</html>
Output
A moving image:
Note that the syntax of inserting a moving image is no different from a non-moving image.
Note: Due to inclusion of code to blogpost, images not able to display. But the code will work properly
No comments:
Post a Comment