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
Can i code here? Or just learn?
1 Votes
Why Lazy?
1 Votes
Quiz App: Step 3, Restart Button
0 Votes
Catch the ball
0 Votes
It's app not running properly?
1 Votes
Running a python code
1 Votes
Web development
0 Votes
PHP
0 Votes