Html Code To Grouping Form Elements
<html><head>
<title>Grouping Form Elements</title>
</head>
<body>
<form action="http://www.example.com/subscribe.php">
<fieldset>
<legend>Contact details</legend>
<label>Email:<br /><input type="text" name="email" /></label><br />
<label>Mobile:<br /><input type="text" name="mobile" /></label><br />
<label>Telephone:<br /><input type="text" name="telephone" /></label>
</fieldset>
</form>
</body>
</html>
0 comments:
Post a Comment