ZVON > References > [XHTML Basic] Reference
Basic Forms Module > element input

Go to Standard
Element: input
Attributes: | accesskey | checked | class | id | maxlength | name | size | src | title | type | value | xml:lang |
Parents: | a | abbr | acronym | address | caption | cite | code | dd | dfn | div | dt | em | h1 | h2 | h3 | h4 | h5 | h6 | kbd | label | li | object | p | q | samp | span | strong | td | th | 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>