Q&A Discussies
Why is this <!DOCTYPE html>used
2 Stemmen
5 AntwoordenWhy HTML5 comes?
3 Stemmen
3 AntwoordenWhat 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 Stemmen
7 AntwoordenWeb Question ?
0 Stemmen
1 AntwoordI’m a Starter
-2 Stemmen
3 AntwoordenPopulair vandaag
Where is the bug?
3 Votes
Pointers cpp
2 Votes
Is pro worth the money ?
1 Votes
Drawing images in java
2 Votes