Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<html>
<style>
body {background-color:skyblue;}
button {
color: green;
text-align: left;
}
p{color: blue;
text-align:center;
head {background-color : yellow;

p {
font-family: verdana;
font-size: 20px;
}

</style>
</body>

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

<p>Wan hpaw pat.</p>

<p> JavaScript hte wan hpaw/pat shaman.</p>

<button onclick="document.getElementById('image').src='pic_bulbon.gif'">Turn on
flask light</button>

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

<button onclick="document.getElementById('myImage').src='pic_bulboff.gif'">Turn off


the light</button>
<button oneclidk="document.getElementById('mypic').src='pic-bulbon.gif'">Pat Kau
</button>
<img id="myImage" src="pic_bulboff.gif" style="width:150px.height:100px">

<img id="myImage" src="pic_bulboff.gif"color="blue"style="width:200px">


<button oneclidk="document.getElementById('demo').src='pic-bulbon.gif'">Hpaw Na
</button>

</body>
</html>

You might also like