Form Elements

Form elements are used to obtain input from a visitor, allowing more interactivity in the browser. The input can also be submitted to the server. Until you have learned JavaScript and a server language such as PHP, everything here probably doesn't make much sense.

Basics: <form>, <fieldset>, <legend>, <button>, <select>, <option>, <optgroup>, <textarea

Genric <input>: <input>, <output>