HTML and CSS Reference
In-Depth Information
Example
<form action="/mailinglist.php" method="POST">
<fieldset>
<legend>Join Our Mailing List</legend>
<ol>
<li><label>Name: <input type="text" name="username">
</label></li>
<li><label>Password: <input type="text" name="pswd">
</label></li>
</ol>
</fieldset>
</form>
Search WWH ::




Custom Search