<!DOCTYPE html>
<html>
<head>
<title>Ques No. 12</title>
</head>
<body>
<h1 id="text">Hello World</h1>
<button onclick="myfun()">Click here</button>
<p>Click to Change color and font of a text</p>
<script type="text/javascript">
function myfun() {
var txt = document.getElementById("text").style;
txt.color = 'red';
txt.font = 'icon';
}
</script>
</body>
</html>
Features:- Based on Pokhara University Syllabus Simple and easy to understand Exam oriented Short and effective Handwritten Notes plus computerized Extra study materials You can read online You can download freely In pdf format SEMESTER WISE NOTES First Semester Second Semester Third Semester Fourth Semester Fifth Semester Sixth Semester Seventh Semester Eighth Semester
Comments
Post a Comment