“Como alterar o texto do parágrafo em clique em java scriopt” Respostas de código

Como alterar o texto do parágrafo em clique em 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

Como alterar o texto do parágrafo em clique em 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

Como alterar o texto do parágrafo em clique em 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

Como alterar o texto do parágrafo em clique em 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

Respostas semelhantes a “Como alterar o texto do parágrafo em clique em java scriopt”

Perguntas semelhantes a “Como alterar o texto do parágrafo em clique em java scriopt”

Mais respostas relacionadas para “Como alterar o texto do parágrafo em clique em java scriopt” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código