“So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt” Code-Antworten

So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt

<!DOCTYPE html>
<html>
<body>

<p>When you click a button it will change the text of sample paragraph.</p>

<p id="demo">I am sample paragraph.</p>

<button onclick="change_text()">Click me</button>

<script>
function change_text(){
    document.getElementById("demo").innerHTML = "You clicked the button, I am new paragraph.";
}
</script>

</body>
</html>
R

So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt

<!DOCTYPE html>
<html>
<body>

<p>When you click a button it will change the text of sample paragraph.</p>

<p id="demo">I am sample paragraph.</p>

<button onclick="change_text()">Click me</button>

<script>
function change_text(){
    document.getElementById("demo").innerHTML = "You clicked the button, I am new paragraph.";
}
</script>

</body>
</html>
R

So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt

<!DOCTYPE html>
<html>
<body>

<p>When you click a button it will change the text of sample paragraph.</p>

<p id="demo">I am sample paragraph.</p>

<button onclick="change_text()">Click me</button>

<script>
function change_text(){
    document.getElementById("demo").innerHTML = "You clicked the button, I am new paragraph.";
}
</script>

</body>
</html>
R

So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt

<!DOCTYPE html>
<html>
<body>

<p>When you click a button it will change the text of sample paragraph.</p>

<p id="demo">I am sample paragraph.</p>

<button onclick="change_text()">Click me</button>

<script>
function change_text(){
    document.getElementById("demo").innerHTML = "You clicked the button, I am new paragraph.";
}
</script>

</body>
</html>
R

Ähnliche Antworten wie “So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt”

Fragen ähnlich wie “So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt”

Weitere verwandte Antworten zu “So ändern Sie den Text des Absatzes auf Java Scriopt Klicken Sie auf Java Scriopt” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen