Tuesday, January 1, 2019

A moving image

A moving image:-   


<html>
<body>

<h2>Animated Images</h2>
<p>The GIF standard allows moving images.</p>

<img src="program.gif" alt="Computer" style="width:38px;height:38px;">

</body>
</html>

OUTPUT:-


No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...