SlideShare a Scribd company logo
12
Most read
13
Most read
16
Most read
HTML-5
New Input Types
Welcome to The Presentation on
12-May-2015
Team Members
Kishan Kumar Ganguly (BSSE-0505)
Minhas Kamal (BSSE-0509)
Mostaque Ahmed (BSSE-0530)
Objectives
To understand new input types of
HTML-5
HTML Form
An HTML form is a section of a document
containing normal content, markup, special
elements called controls (checkboxes, radio
buttons, menus, etc.), and labels on those
controls.
New Input Types
search
email
url
tel
number
range
date
month
week
time
datetime
datetime-local
color
Search
β€’ The search type is used for search fields
like a site search or Google search.
β€’ The search field behaves like a regular
text field.
β€’ Changes action key in mobile device.
Search (Cont.)
<input type="search" name="search">
Email
β€’ The email type is used for input fields that should
contain an e-mail address.
β€’ The value of the email field is automatically validated
when the form is submitted.
β€’ Mobile devices recognizes the email input type, and
changes the on-screen keyboard to match it (adds @
and .com options).
Email (Cont.)
<input type="email" name="email">
Number
β€’ Used for specifying a numerical value.
<input type="number" min="5" max="18" step="0.5"value="9" name="shoe-size">
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.
<input id="skill" type="range" min="1" max="100"value="0">
Date
HTML5 has several new input types for selecting date
and time:
β€’ date - Selects date, month and year
β€’ month - Selects month and year
β€’ week - Selects week and year
β€’ time - Selects time (hour and minute)
β€’ datetime - Selects time, date, month and year
β€’ datetime-local - Selects time, date, month and year (local time)
Date (Cont.)
Color
β€’The color type is used for input fields that should
contain a color.
β€’Allows the user to select a color and returns the hex
value for that color.
β€’This input type will allow you to select a color from a
color picker.
Color (Cont.)
<input name="color" type="color">
Tel
β€’ Used to specify telephone numbers.
β€’ No particular syntax enforced.
β€’ Recognized by mobile devices.
Tel (Cont.)
<input type="tel" name="tel" >
Reason of introduction
β€’ Less development time
β€’ An improved user experience
Backward Compatibility
β€’ Renders as text type.
Thank You

More Related Content

PDF
Bootstrap 5 basic
PDF
Intro to HTML and CSS basics
PPTX
HTML Forms
PDF
Python sqlite3
PDF
JavaScript Programming
PDF
3.2 javascript regex
PPTX
Html forms
Bootstrap 5 basic
Intro to HTML and CSS basics
HTML Forms
Python sqlite3
JavaScript Programming
3.2 javascript regex
Html forms

What's hot (20)

PDF
JavaScript - Chapter 12 - Document Object Model
PPTX
Html ppt
PPTX
Chapter 1 introduction to sql server
PPT
JQuery introduction
PPT
Web Development using HTML & CSS
PPTX
Introduction to xhtml
PPTX
html5.ppt
PDF
Regular expression in javascript
PPTX
CSS3 Media Queries And Creating Adaptive Layouts
PPTX
Chapter 03 python libraries
PPT
Java Script ppt
PPT
Html Slide Part-1
PPT
Introduction to JavaScript
PDF
Introduction to HTML5
PPT
PDF
SQL Overview
PPT
CSS Basics
PPTX
Unit 5 java-awt (1)
PPT
Css Ppt
PPTX
Html audio video
JavaScript - Chapter 12 - Document Object Model
Html ppt
Chapter 1 introduction to sql server
JQuery introduction
Web Development using HTML & CSS
Introduction to xhtml
html5.ppt
Regular expression in javascript
CSS3 Media Queries And Creating Adaptive Layouts
Chapter 03 python libraries
Java Script ppt
Html Slide Part-1
Introduction to JavaScript
Introduction to HTML5
SQL Overview
CSS Basics
Unit 5 java-awt (1)
Css Ppt
Html audio video
Ad

Viewers also liked (6)

PPTX
Input tags (report)
PPTX
HTML Powerpoint- Jeffrey C Johnson III
PPTX
13 html5 form
PDF
HTML5 workshop, forms
PDF
Html table tags
PDF
Getting Information through HTML Forms
Input tags (report)
HTML Powerpoint- Jeffrey C Johnson III
13 html5 form
HTML5 workshop, forms
Html table tags
Getting Information through HTML Forms
Ad

Similar to HTML-5 New Input Types (20)

PPT
Lecture 3 _ html forms.ppt.This is a course outline of the Website design and...
PPTX
Forms with html5
PPTX
Forms with html5 (1)
PDF
Html5ppt
PPTX
html 5 new form attribute
PPT
PPTX
Lecture-5.pptx
PPTX
Html5
PPTX
Web input forms.pptx
PDF
Html5 Forms in Squiz Matrix - Dave Letorey
Β 
PDF
html5_course_material_introduction_to_html.pdf
PPSX
Lecture-5.ppsx
PPTX
Html5
PPTX
Kick start @ html5
PPTX
Html form tag
PPTX
HTML Forms Basics by Kamran Solangi.pptx
PPTX
HTML DAY 4 presentation for beginners friendly
PPTX
Html 5 web forms 2
PPTX
Html tables, forms and audio video
Lecture 3 _ html forms.ppt.This is a course outline of the Website design and...
Forms with html5
Forms with html5 (1)
Html5ppt
html 5 new form attribute
Lecture-5.pptx
Html5
Web input forms.pptx
Html5 Forms in Squiz Matrix - Dave Letorey
Β 
html5_course_material_introduction_to_html.pdf
Lecture-5.ppsx
Html5
Kick start @ html5
Html form tag
HTML Forms Basics by Kamran Solangi.pptx
HTML DAY 4 presentation for beginners friendly
Html 5 web forms 2
Html tables, forms and audio video

More from Minhas Kamal (20)

PPTX
Digital Image Processing
PPTX
Deep Learning - Exploring The Magical World of Neural Network
PPTX
Machine Learning - Entering into The Wonderful Galaxy of Machine Learning
PPTX
Artificial Intelligence - Staring at The Grand Universe of AI (1)
PDF
Final Project Report- Bengali Braille to Text Translator
PDF
Abstract- Bengali Braille to Text Translator
PDF
Software Project Management: Project Summary
PDF
Software Project Management: Budget
PDF
Software Project Management: Testing Document
PDF
Software Project Management: Change Control
PDF
Software Project Management: Release Notes
PDF
Software Project Management: Configuration Management
PDF
Software Project Management: Risk Management
PDF
Software Project Management: Software Architecture
PDF
Software Project Management: Software Requirement Specification
PDF
Software Project Management: Project Planning
PDF
Software Project Management: Business Case
PDF
Software Project Management: Project Initiation
PDF
Software Project Management: Project Charter
PPTX
Software Project Management Presentation Final
Digital Image Processing
Deep Learning - Exploring The Magical World of Neural Network
Machine Learning - Entering into The Wonderful Galaxy of Machine Learning
Artificial Intelligence - Staring at The Grand Universe of AI (1)
Final Project Report- Bengali Braille to Text Translator
Abstract- Bengali Braille to Text Translator
Software Project Management: Project Summary
Software Project Management: Budget
Software Project Management: Testing Document
Software Project Management: Change Control
Software Project Management: Release Notes
Software Project Management: Configuration Management
Software Project Management: Risk Management
Software Project Management: Software Architecture
Software Project Management: Software Requirement Specification
Software Project Management: Project Planning
Software Project Management: Business Case
Software Project Management: Project Initiation
Software Project Management: Project Charter
Software Project Management Presentation Final

Recently uploaded (20)

PPTX
artificial intelligence overview of it and more
PPTX
innovation process that make everything different.pptx
PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PDF
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
PDF
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
PDF
WebRTC in SignalWire - troubleshooting media negotiation
PPTX
Module 1 - Cyber Law and Ethics 101.pptx
PPT
tcp ip networks nd ip layering assotred slides
PPT
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PDF
Introduction to the IoT system, how the IoT system works
PPTX
introduction about ICD -10 & ICD-11 ppt.pptx
PDF
Tenda Login Guide: Access Your Router in 5 Easy Steps
PDF
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
PPTX
Digital Literacy And Online Safety on internet
PPTX
presentation_pfe-universite-molay-seltan.pptx
PDF
Sims 4 Historia para lo sims 4 para jugar
PPTX
E -tech empowerment technologies PowerPoint
artificial intelligence overview of it and more
innovation process that make everything different.pptx
PptxGenJS_Demo_Chart_20250317130215833.pptx
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
An introduction to the IFRS (ISSB) Stndards.pdf
WebRTC in SignalWire - troubleshooting media negotiation
Module 1 - Cyber Law and Ethics 101.pptx
tcp ip networks nd ip layering assotred slides
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
Slides PPTX World Game (s) Eco Economic Epochs.pptx
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Introduction to the IoT system, how the IoT system works
introduction about ICD -10 & ICD-11 ppt.pptx
Tenda Login Guide: Access Your Router in 5 Easy Steps
Vigrab.top – Online Tool for Downloading and Converting Social Media Videos a...
Digital Literacy And Online Safety on internet
presentation_pfe-universite-molay-seltan.pptx
Sims 4 Historia para lo sims 4 para jugar
E -tech empowerment technologies PowerPoint

HTML-5 New Input Types