Q&A Discussions
The Head Tag in HTML
0 Votes
4 AnswersFor this question
-2 Votes
4 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 AnswersIs it correct
-1 Vote
1 AnswerProject of school website
0 Votes
1 AnswerDoubt regarding basics
0 Votes
1 AnswerI’m a Starter
-2 Votes
3 AnswersHot today
Why this code raises error?
0 Votes
Make python in python
0 Votes
Courses
0 Votes
Can someone teach me c++ and Lua
0 Votes
Upload
0 Votes
SQL practice
0 Votes
Phython
0 Votes
ACCOUNT VERIFICATION
0 Votes