x
<html>
<head>
<title>HTML tutorial</title>
</head>
<body><br />
<form action="" method="post">
<input tabindex="3" type="text" name="age" size="3" />
<input tabindex="1" type="text" name="first name" size="12" />
<input tabindex="2" type="text" name="last name" size="12" />
<input tabindex="4" accesskey="alt-s" type="submit" name="submit" value="submit (alt-s)" />
</form>
</body>
</html>
Comments
No comments have been made yet.
Please login to leave a comment. Login now