Обсуждения
Why is this <!DOCTYPE html>used
2 голосов
5 ответовWhy HTML5 comes?
3 голосов
3 ответов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 ответовWeb Question ?
0 голосов
1 ответI’m a Starter
-2 голосов
3 ответовАктуальное сегодня
??
1 Votes
Hello guys,
1 Votes
Help me
1 Votes
Programming
0 Votes
Ошибка в приложении Sololearn
0 Votes
how do they use javascript
0 Votes