HTML5 Input Types (Continue)

Input Type – range The range type is used for input fields that should contain a value from a range of numbers. The range type is displayed as a slider bar. You can also set restrictions on what numbers are accepted: <input type=”range” name=”points” min=”1″ max=”10″ /> Use the following attributes to specify restrictions for [...]

 Go to post page

July 20th, 2010 by earlan

HTML5 Input Types

HTML5 New Input Types HTML5 has several new input types for forms. These new features allow for better input control and validation. This chapter covers the new input types: email url number range Date pickers (date, month, week, time, datetime, datetime-local) search color Browser Support Input type IE Firefox Opera Chrome Safari email No 4.0 [...]

 Go to post page

July 19th, 2010 by earlan