Q&A Discussions
Главные теги HTML
0 Votes
2 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 Answers<head></head> TAG
1 Vote
1 AnswerProject of school website
0 Votes
1 AnswerDoubt regarding basics
0 Votes
1 AnswerHot today
Sticky position
3 Votes
Help please?
3 Votes
Online voting system
2 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes