homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: TextArea.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Mehrzeiliges Textfeld</title>
</head>
<body>
<form action="">
<textarea
name="adresse"
rows="4"
cols="40">Tragen Sie bitte
hier ihre Adresse ein.</textarea>
</form>
</body>
</html>

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