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
Help
1 Votes
Python stressed me out
1 Votes
Course Doubt
1 Votes
Data analysis
0 Votes
Help
0 Votes
How do i make a lexer and parser
1 Votes