Dyskusje Q&A
Главные теги HTML
0 głosów
2 odpowiedziWhat 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 głosów
7 odpowiedziFor this question
-2 głosów
4 odpowiedzi<head></head> TAG
1 Głos
1 OdpowiedźProject of school website
0 głosów
1 OdpowiedźDoubt regarding basics
0 głosów
1 OdpowiedźPopularne dzisiaj
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes