F&A Diskussionen
Why is this <!DOCTYPE html>used
2 Stimmen
5 AntwortenWhy HTML5 comes?
3 Stimmen
3 AntwortenWhat 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 Stimmen
7 AntwortenWeb Question ?
0 Stimmen
1 AntwortI’m a Starter
-2 Stimmen
3 AntwortenHeute heiß
Someone can help me
2 Votes
What's wrong with this?
2 Votes
HTML community, HELP!!
1 Votes
I am a super beginner
0 Votes
X velocity
0 Votes
Web Dev
0 Votes
Files not linking in C++
0 Votes
How this program executes?
0 Votes