1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang=en>
<head>
<title>HTML 4.0 Form Elements</title>
<link rev=Made href="mailto:liam@htmlhelp.com">
<link rel=Start href="../index.html">
<link rel=Glossary href="../../glossary/glossary.html">
<link rel=Copyright href="../../copyright.html">
<link rel=StyleSheet href="../style.css" type="text/css">
<link rel=StyleSheet href="../aural.css" type="text/css" media=aural>
<meta name="author" content="Liam Quinn">
<meta name="description" content="A list of form elements in HTML 4.0.">
<meta name="keywords" content="form elements, element, tags, tag, forms, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG">
</head>
<body>
<h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
<h1>Form Elements</h1>
<ul class=elements>
<li><a href="form.html">FORM</a> - Interactive form
<ul>
<li><a href="button.html">BUTTON</a> - Button</li>
<li><a href="fieldset.html">FIELDSET</a> - Form control group
<ul>
<li><a href="legend.html">LEGEND</a> - Fieldset caption</li>
</ul>
</li>
<li><a href="input.html">INPUT</a> - Form input</li>
<li><a href="label.html">LABEL</a> - Form field label</li>
<li><a href="select.html">SELECT</a> - Option selector
<ul>
<li><a href="optgroup.html">OPTGROUP</a> - Option group
<ul>
<li><a href="option.html">OPTION</a> - Menu option</li>
</ul>
</li>
</ul>
</li>
<li><a href="textarea.html">TEXTAREA</a> - Multi-line text input</li>
</ul>
</li>
</ul>
<div class=footer>
<address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
<p class=toolbar><a href="http://www.htmlhelp.com/"><img src="../wdglogo-small.gif" width=105 height=40 alt="Web Design Group ~"></a> <a href="../index.html" rel=Start>HTML4.0Reference</a>~ <a href="../olist.html">ElementsbyFunction</a>~ <a href="../alist.html">ElementsAlphabetically</a></p>
<p class=copyright><a href="../../copyright.html">Copyright </a> 1998 Liam Quinn. All rights reserved.</p>
</div>
</body>
</html>
|