Обсуждения
What does it indicate
1 голос
2 ответовWhy HTML 5 so difficult?
1 голос
2 ответов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 ответовАктуальное сегодня
Course Doubt
1 Votes
How do i make a lexer and parser
1 Votes
Lesson Takeaways
0 Votes
Data analysis
0 Votes
Saved code
0 Votes
Help
0 Votes