शुक्रवार, 24 फ़रवरी 2023

Java Script

 <!DOCTYPE html>

<html>

<body style="text-align:center;">

<h1 style="color:green;">

MLC Computer Korba

</h1>

<h2>Text value property</h2>

<p>

Change the text of the text field,

and then click the button below.

</p>

Name:<input type="text" id="myText" value="Student">

<button type="button" onclick="myFunction()">

Try it</button>

<p id="demo"></p>

<script>

function myFunction() {

var x = document.getElementById("myText").value;

document.getElementById("demo").innerHTML = x;

}

</script>

</body>

</html>


कोई टिप्पणी नहीं:

एक टिप्पणी भेजें

Fundamentals Of Computer Notes

  UNIT – I परिचय. कम्प्यूटर एक ऐसा यंत्र है जो दषकों की यात्रा सम्पन्न कर आज अपने इस रूप में उपलब्ध है जिसकी तुलना मानवीय षरीर की रचना से ...