diff options
Diffstat (limited to 'Aufgabe04/product.html')
| -rw-r--r-- | Aufgabe04/product.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Aufgabe04/product.html b/Aufgabe04/product.html new file mode 100644 index 0000000..1bfb4d3 --- /dev/null +++ b/Aufgabe04/product.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<title>Production</title> +</head> +<body> + <a href="./" accesskey="ü">Zur<em>ü</em>ck</a> + <form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post"> + <h1>Product</h1> + <u>N</u>ame: <input type="text" placeholder="Name" name="name" accesskey="n"><br> + <u>P</u>rice: <input type="text" placeholder="Price" name="price" accesskey="p"><br> + <u>W</u>idth: <input type="text" placeholder="Width" name="width" accesskey="w"><br> + <u>H</u>eight: <input type="text" placeholder="Height" name="height" accesskey="h"><br> + <u>D</u>escription: + <textarea placeholder="Description" name="desc" accesskey="d"></textarea> + <br> + <button type="submit" accesskey="a"><u>A</u>bschicken</button> + <button type="reset" accesskey="z"><u>Z</u>urücksetzen</button> + </form> +</body> +</html>
\ No newline at end of file |
