code from 20-5-26
This commit is contained in:
24
Zweites Jahr/javascript/htmlformular/htmlformular.html
Normal file
24
Zweites Jahr/javascript/htmlformular/htmlformular.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<form>
|
||||
<div>
|
||||
<label for="name">Name:</label>
|
||||
<input type="text" id="name" name="name">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="adresse">adresse:</label>
|
||||
<input type="text" id="adresse" name="adresse" oninput="laenge()">
|
||||
<p id="platzhalter"></p>
|
||||
</div>
|
||||
</form>
|
||||
<script src="htmlformular_files/script.js"></script>
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user