| ZVON > References > [XHTML Basic] Reference |
| Intro / Search / ZVON |
| Basic Forms Module > element label |
| Element: | label |
| Attributes: | | accesskey | class | for | id | title | xml:lang | |
| Parents: | | a | abbr | acronym | address | caption | cite | code | dd | dfn | div | dt | em | h1 | h2 | h3 | h4 | h5 | h6 | kbd | li | object | p | q | samp | span | strong | td | th | var | |
| Children: | | #PCDATA | abbr | acronym | br | cite | code | dfn | em | img | input | kbd | object | q | samp | select | span | strong | textarea | var | |
| 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> |