re
lunes, 8 de noviembre de 2021
martes, 29 de octubre de 2019
miércoles, 18 de septiembre de 2019
miércoles, 4 de septiembre de 2019
miércoles, 4 de julio de 2018
jueves, 31 de mayo de 2018
jueves, 8 de febrero de 2018
lunes, 23 de octubre de 2017
imagenes
<!DOCTYPE html>
<html>
<body>
<h2>What Can JavaScript Do?</h2>
<p>JavaScript can change HTML attributes.</p>
<p>In this case JavaScript changes the src (source) attribute of an image.</p>
<button onclick="document.getElementById('myImage').src='pic_bulbon.gif'">Turn on the light</button>
<img id="myImage" src="pic_bulboff.gif" style="width:100px">
<button onclick="document.getElementById('myImage').src='pic_bulboff.gif'">Turn off the light</button>
</body>
</html>
<html>
<body>
<h2>What Can JavaScript Do?</h2>
<p>JavaScript can change HTML attributes.</p>
<p>In this case JavaScript changes the src (source) attribute of an image.</p>
<button onclick="document.getElementById('myImage').src='pic_bulbon.gif'">Turn on the light</button>
<img id="myImage" src="pic_bulboff.gif" style="width:100px">
<button onclick="document.getElementById('myImage').src='pic_bulboff.gif'">Turn off the light</button>
</body>
</html>
lunes, 25 de septiembre de 2017
lunes, 31 de julio de 2017
Suscribirse a:
Entradas (Atom)