Discussions Q&R
Ошибка
2 Votes
2 RéponsesThe Head Tag in HTML
0 Vote
4 RéponsesFor this question
-2 Votes
4 RéponsesWhat 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 Vote
7 RéponsesIs it correct
-1 Vote
1 Réponsemy blog
0 Vote
2 RéponsesDoubt regarding basics
0 Vote
1 RéponseI’m a Starter
-2 Votes
3 RéponsesAujourd'hui en vedette
Audio adding
1 Votes
C#
0 Votes
What is problem in this code
0 Votes
Stuck in Quize
1 Votes
playground input
0 Votes
C Program
0 Votes
Software developer
0 Votes