homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Text.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Einzeiliges Textfeld</title>
</head>
<body>
<form action="">
URL:<br>
<input
name="url"
value="http://"
size="25">
<p>
Password:<br>
<input
type="password"
name="Schluessel"
value=""
size="25">
</p>
</form>
</body>
</html>

Letzte Änderung: 14.02.2012
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel