moved to pub

git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-04-13 20:24:54 +00:00
parent 964e345ac3
commit fb1503758e
1068 changed files with 182821 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<html>
<head>
<title> test filedset001.html</title>
</head>
<body>
fieldset and legend
Text after form
<FORM action="..." method="post">
Text before fieldset
<FIELDSET>
<LEGEND align="top">Personal Information</LEGEND>
Last Name: <INPUT name="personal_lastname" type="text" tabindex="1">
<br>First Name: <INPUT name="personal_firstname" type="text" tabindex="2">
<br>Address: <INPUT name="personal_address" type="text" tabindex="3">
<br>...more personal information...
</FIELDSET>
Text after fieldset
</form>
Text after form
</body>
</html>