| ZVON > References > [XHTML Basic] Reference |
| Intro / Search / ZVON |
| Basic Forms Module > element form |
| Element: | form |
| Attributes: | | action | class | enctype | id | method | title | xml:lang | |
| Parents: | | blockquote | body | dd | div | li | object | td | th | |
| Children: | | address | blockquote | div | dl | h1 | h2 | h3 | h4 | h5 | h6 | ol | p | pre | table | ul | |
| Your browser display: |
| Source [ Open as XHTML document ] |
|
<form method="post" action="http://www.zvon.org/cgi-bin/forms/bin/searchReference.py"> <p> <input size="20" name="value"/> <input type="submit" value=" Search "/> </p> <p> <input type="radio" name="select" value="Glossary" checked="checked" id="Glossary"/> <label for="Glossary">XML Glossary</label> <br/> <input type="radio" name="select" value="Namespaces" id="Namespaces"/> <label for="Namespaces">XML Namespaces</label> <br/> <input type="radio" name="select" value="XSLT" id="XSLT"/> <label for="XSLT">XSLT Reference</label> <br/> <input type="radio" name="select" value="RE" id="RE"/> <label for="RE">Regular Expressions</label> <br/> <input type="radio" name="select" value="CSS1" id="CSS1"/> <label for="CSS1">CSS1 Reference</label> </p> </form> |