summaryrefslogtreecommitdiffstats
path: root/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/f-fahrer.html
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/f-fahrer.html')
-rw-r--r--Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/f-fahrer.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/f-fahrer.html b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/f-fahrer.html
new file mode 100644
index 0000000..a7e9564
--- /dev/null
+++ b/Bachelor/Entwicklung webbasierter Anwendungen/Praktikum4/f-fahrer.html
@@ -0,0 +1,37 @@
+<!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">
+ <link rel="stylesheet" type="text/css" href="formats.css">
+</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 class="kunde" colspan="2">
+ Adresse Kunde 1
+ </td>
+ <td class="kunde" id="preis">1,00 &euro;</td>
+ </tr>
+ </table>
+</body>
+</html>