/ Published in: HTML
Expand |
Embed | Plain Text
<form action="http://www.cs.tut.fi/cgi-bin/run/~jkorpela/echo.cgi"> <div> <div> <label for="f1"> Single-line text input field: <div> <label for="f2"> <div> <fieldset> <div> <label for="f3"> Radio button 1</label> <input id="f3" type="radio" name="radio" value="1"> </div> <div> <label for="f4"> Radio button 2 (initially checked)</label> <input id="f4" type="radio" name="radio" value="2" checked=""> </div> </fieldset> <fieldset> <div> <label for="f5"> Checkbox 1</label> <input id="f5" type="checkbox" name="checkbox"> </div> <div> <label for="f6"> Checkbox 2 (initially checked)</label> <input id="f6" type="checkbox" name="checkbox2" checked=""> </div> </fieldset> <p> <label for="f10"> </p> <select id="f10" name="select1" size="1"> </select> <p> <label for="f11"> </p> <select id="f11" name="select2" size="3"> </select> <div> <label for="f99"> Submit button:</label> <input id="f99" type="submit" name="submit" value="Just a test"> </div> <div> <label for="f0"> Reset button:</label> <input id="f0" type="reset" name="reset" value="Reset"> </div> </form>
You need to login to post a comment.
