Q&A Discussions
The Head Tag in HTML
0 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 AnswersFor this question
-2 Votes
4 AnswersIs it correct
-1 Votes
1 AnswersProject of school website
0 Votes
1 AnswersDoubt regarding basics
0 Votes
1 AnswersI’m a Starter
-2 Votes
3 AnswersHot today
Python — File Handling
2 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
What’s wrong?
2 Votes
Achievements on Sololearn
1 Votes
Queue & dequeued
0 Votes