CDS_FS26_TestRepo/Dateien/2.5_Formulare.html
justanamelessguy e4acf89154 initial commit
2026-02-09 14:06:37 +01:00

26 lines
557 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<a href="https://www.linkedin.com/learning/html5-grundkurs-2/warum-formulare-wichtig-sind">LinkedIn Learning Formulare</a>
<form action="">
<input type="text" name="" id="">
<textarea></textarea>
// date
// datetime-local
// time
// month
// week
// email
// tel
// number
// file
// password
// submit
</form>
</body>
</html>