diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/Entwicklung webbasierter Anwendungen/Praktikum2/f-fahrer.html | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum2/f-fahrer.html')
| -rw-r--r-- | Bachelor/Entwicklung webbasierter Anwendungen/Praktikum2/f-fahrer.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum2/f-fahrer.html b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum2/f-fahrer.html new file mode 100644 index 0000000..7af1f9c --- /dev/null +++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum2/f-fahrer.html @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <title>Fahrer</title>
+ <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
+</head>
+
+<body>
+ <h1>Fahrer</h1>
+ <table>
+ <tr>
+ <td>
+ </td>
+ <td>unterwegs
+ </td>
+ <td>geliefert
+ </td>
+ </tr>
+ <!-- Pizzen -->
+ <tr>
+ <td>Salami
+ </td>
+ <td><input type="radio" name="pizza1"></td>
+ <td><input type="radio" name="pizza1"></td>
+ </tr>
+ <!-- Adresse -->
+ <tr>
+ <td colspan="2">
+ Adresse Kunde 1
+ </td>
+ <td id="preis">1,00 €</td>
+ </tr>
+ </table>
+</body>
+</html>
|
