add html/css demos for 223015c chapter 1: html basics, widgets, a11y
This commit is contained in:
13
slides/223015c/assets/demos/input.html
Normal file
13
slides/223015c/assets/demos/input.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Input/Eingabefeld</title>
|
||||
</head>
|
||||
<body>
|
||||
<input
|
||||
type="text"
|
||||
maxlength="8"
|
||||
size="10" />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user