animasi HTML

 <!DOCTYPE html>

<html>
<body>

<h2>What Can JavaScript Do?</h2>

<p>JavaScript can change HTML attribute values.</p>

<p>In this case JavaScript changes the value of the src (source) attribute of an image.</p>

<button onclick="document.getElementById('myImage').src='gambar2.jpg'">Turn on the light</button>

<img id="myImage" src="pic_bulboff.gif" style="width:100px">

<button onclick="document.getElementById('myImage').src='gambar 1.jpg'">Turn off the light</button>

</body>
</html>

Please Select Embedded Mode To Show The Comment System.*

Previous Post Next Post

نموذج الاتصال