Обсуждения
What's <body> </body> tags?
1 голос
4 ответовГлавные теги HTML
0 голосов
2 ответов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 ответовFor this question
-2 голосов
4 ответов<head></head> TAG
1 голос
1 ответProject of school website
0 голосов
1 ответDoubt regarding basics
0 голосов
1 ответАктуальное сегодня
Sticky position
3 Votes
Help please?
3 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes