“Cómo cambiar el texto del párrafo Al hacer clic en Java Scriopt” Código de respuesta

Cómo cambiar el texto del párrafo Al hacer clic en 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

Cómo cambiar el texto del párrafo Al hacer clic en 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

Cómo cambiar el texto del párrafo Al hacer clic en 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

Cómo cambiar el texto del párrafo Al hacer clic en 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

Respuestas similares a “Cómo cambiar el texto del párrafo Al hacer clic en Java Scriopt”

Preguntas similares a “Cómo cambiar el texto del párrafo Al hacer clic en Java Scriopt”

Más respuestas relacionadas con “Cómo cambiar el texto del párrafo Al hacer clic en Java Scriopt” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código