Welcome to my Blog
- Click on Red button the text will turn into Red color
- Click on Green button the text will turn into Green color
Here is the HTML syntax for you .
<center>
<h1 id=msg1>Welcome to my Blog</h1>
<input type="button" value="Red" onClick="msg1.style.color='red' " />
<input type="button" value="Green" onClick="msg1.style.color='green' " />
</center>
No comments:
Post a Comment
Thanks for visiting my Blog!