Sesiones de PyR
Главные теги HTML
0 Votos
2 RespuestasWhat is wrong with this code?
-
-
<!Doctype html>
<head>
</head>
<body>
<form>
<input type="text" id="input">
</form>
<button type="button" id="button">Click here</button>
<script>
var input=document.getElementById("input");
var button=document.getElementById("button");
function display() {
if (button.clicked == true) {
console.log("input");
}
};
display();
</script>
</body>
0 Votos
7 RespuestasFor this question
-2 Votos
4 Respuestas<head></head> TAG
1 Voto
1 RespuestaProject of school website
0 Votos
1 RespuestaDoubt regarding basics
0 Votos
1 RespuestaEn tendencia hoy
What's wrong in my code?
4 Votes
App Development
1 Votes
HTML
1 Votes
GUI-Based Python code in Webpage
2 Votes
Introduction of html
0 Votes
CSS or Tailwind
1 Votes
Web Developer Job?
1 Votes