Form Elements
Menu Form Elements
 

Form Elements

I have discussed forms but I have not shown one on this website. This is a personal resource page where I can see how some of the elements can be used.

Below is a list of form elements. This page is not actually a Form as it doesn't have a "form handler", this will be the subject of another page.

Form Elements

html input types:

  • - Checkbox
  • - radio button
  • - Button
  • - color picker
  • - date
  • - email
  • - file - I need to look at the accept attribute
  • - Number (between 1 and 5)
  • - range =

  • - text
  • - Search
  • - dropdown
Top

input attributes

These are defined in WHATWG Spec but not very readable.

Radio buttons

Radio buttons are grouped by the "name=" attribute

Group "one" - red - blue - green
Group "two" - red - blue - green

Polyfill

A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it.

Links

Top

References:

Site design by Tempusfugit Web Design -