Page 108 - COPA VOL II of II - TP -Punjabi
P. 108
{
alert(“ Your form is submitted”);
}
</script>
</body>
</html>
ਟਾਸਕ 7 : DHTML DOM
ਰੈਫ ਸਟੈਪ 1 ਤੋਂ 16 - ਟਾਸਕ 1
<html>
<head>
<title>
Example of DHTML DOM
</title>
</head>
<body>
<font color = “blue”>
<p id=”demo”> This text changes color when the
page loaded. </p>
</font>
<script type=”text/javascript”>
document.getElementById(‘demo’).style.color =
“red”;
</script>
</body>
</html>
94 IIT ਅਤੇ ITES : COPA (NSQF - ਸੰਸ਼ੋਭਿਤ 2022) - ਅਭਿਆਸ 1.32.120