This guide is intended for folks who already have a working knowledge of HTML and the basic form elements it provides. Here are the basic tags for reference:
<input name="name" value="Your Name"/> <input type="password" name="name"/>
<input type="hidden" name="hidden" value="ID"/>
Your Words! <textarea name="body">Your Words!</textarea>
<input type="checkbox" name="item[]" value="item 1"/> <input type="checkbox" name="item[]" value="item 2" CHECKED/>
<input type="radio" name="item" value="item 1"/> <input type="radio" name="item" value="item 2" CHECKED/>
Choose from the Below Options: Option 1 Option 2 Option 3 <select name="item" value="item 1"> <option value="">Choose from the Below Options:</option> <option value="1">Option 1</option> <option value="2" SELECTED>Option 2</option> <option value="3">Option 3</option> </select>
Choose from the Below Options: Option 1 Option 2 Option 3 Option 4 Option 5 Option 6 <select name="item" size="3" MULTIPLE> <option value="">Choose from the Below Options:</option> <option value="1">Option 1</option> <option value="2" SELECTED> Option 2</option> <option value="3">Option 3</option> </select>
Button <button onclick="alert('something happens');">Button</button> <input type="button" value="Input Button" onclick="alert('something happens');"/> <input type="submit" value="Submit Button"/> <input type="reset" value="Reset Button"/>
For all ISS related enquiries & problems.
Email: it.servicedesk@ncl.ac.uk
Phone: (222) 5999
Out of hours support
School Computing/IT Support
Stay up to date with ISS News, Events and Service Announcements.
Visit our news directory
Website information and feedback
Last updated 15 January, 2009 © 2012 Newcastle University