Search:The WebTripod   
Lycos.com | Angelfire.com | WhoWhere.com | MailCity.com | Hotwired.com | HotBot.comAll Sites... 
tripod  
Tripod's HTML Tips
  • Overview
  • Basic Page Setup
  • Meta & Header Tags
  • Colors and Body Tags
  • Formatting
  • Links
  • Graphical Elements
  • Text
  • Forms
  • Tables
  • Frames
  • Filenames
  • Sound, Movies and Midis
  • Managing Subdirectories
  • FTP or Uploading Files
  • File and Mime Types
  • Image Maps



  • Send in my tip
    Forms


    30.) HTML forms

    HTML forms provide a way to get input from people who visit your page. Guestbooks are an example of an HTML form.

    <form></form> Creates all forms

    <select multiple name="NAME" size=?></select> Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll.

    <option> Sets off each menu item

    <select name="NAME"></select> Creates a pulldown menu

    <option> Sets off each menu item


    <textarea name="NAME"cols=40 rows=8></textarea> Creates a text box area. Columns set the width; rows set the height.

    <input type="checkbox" name="NAME"> Creates a checkbox. Text follows tag.

    <input type="radio" name="NAME" value="x"> Creates a radio button. Text follows tag

    <input type=textname="foo" size=20> Creates a one-line text area. Size sets length, in characters.

    <input type="submit" value="NAME"> Creates a Submit button

    <input type="image" border=0 name="NAME" src="name.gif"> Creates a Submit button using an image

    <input type="reset"> Creates a Reset button
    Previous Page       Next Page
      © Tripod Inc. Tripod ® is a registered servicemark of Tripod, Inc., a Lycos Company. All rights reserved.
    Advertise with Tripod