Q&A Discussions
Why HTML5 comes?
3 Votes
3 AnswersWhat 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 Votes
7 AnswersWeb Question ?
0 Votes
1 AnswerI’m a Starter
-2 Votes
3 AnswersHot today
Error in python
5 Votes
How to get messages?
2 Votes
Where have they gone
1 Votes
what is wrong with my code?
0 Votes
Certificate
0 Votes
PYTHON
1 Votes
how to be good at coding
1 Votes