Обсуждения
The Head Tag in HTML
0 голосов
4 ответовFor this question
-2 голосов
4 ответовWhat 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 голосов
7 ответовIs it correct
-1 голос
1 ответProject of school website
0 голосов
1 ответDoubt regarding basics
0 голосов
1 ответI’m a Starter
-2 голосов
3 ответовАктуальное сегодня
Hello World!
0 Votes
Why's there an error
1 Votes
Hello people
1 Votes
What to learn🤔
0 Votes
Linked list
1 Votes
String functions
1 Votes
Html
0 Votes