Home » Web » HTML, DHTML » Story Details
Printable Version

New input types in HTML5

by Alok Pandey on Sep 21, 2011

Here we will learn about new input types in HTML5
Comments: 0    Views: 309

There are some new input types in HTML5. They are,

email Input Type: email type is used when our form requires a valid input entry for email id by user. When user Click on submit button, it checks for valid email id. Its syntax is given below,
                            <input type="email">

We create a form with email input type by writing below code

<!DOCTYPE HTML>
<
html>
<
body>
<
form method="post">
email id: <input type="email"/><br
/>

<
input type="submit" />
</
form>
</
body>
</
html>

When we run this code, the output will look like below 

email input type

url Input Type: url type is used when our form requires a valid input entry for URL by user. When user Click on submit button, it checks for valid URL. Its syntax is given below,
                                <input type="url">

We create a form with email input type by writing below code

<!DOCTYPE HTML>
<
html>
<
body>
<
form method="post">
URL: <input type="url"/><br
/>

<
input type="submit" />
</
form>
</
body>
</
html>

We run this code, the output will look like below

url input type

date Input Type: date type is used for date entry in form. Its syntax is given below,
                         <input type="date">

number Input Type: number type is used when our form requires a valid numeric character input entry by user. Its syntax is given below,
                              <input type="number">


We create a form with number input type by writing below code

<!DOCTYPE HTML>
<
html>
<
body>
<
form method="post">
Number: <input type="number"/><br
/>

<
input type="submit" />
</
form>
</
body>
</
html>

range Input Type: It is displayed as slider. range type is used to select values from number by slider. Its syntax is given below,                         
                   
<input type="range">

search Input Type: search input type is used for searching. Its syntax is given below
                       
<input type="search">

color Input Type: color type is used when our form requires input for color by user. By color picker a user can choose value for it. Its syntax is given below,
                        <input type="color">

tel Input Type: tel type is used for telephone number entry. Its syntax is given below,
                       
<input type="tel">
 

Post a Comment
*
DevExpress PowerBuilder Web Development Windows Development Languages Software Engineering Databases
iPhone Architecture Secutiry UML & Modeling Operating Systems Networking Testing
Graphics Design Project Management Hardware Open Source Games Development Business Intelligence Visual Studio LightSwitch 2011
MonoDevelop Visual Studio 2010 ASP.NET HTML, DHTML XML PHP JavaScript
Silverlight Web Services WCF Windows Forms WPF Windows Services Dynamic Link Libraries
ActiveX COM, DCOM, ATL C# VB.NET C++ F# Java
Pascal SQL Server Oracle DB2 MS-Access Windows Servers Windows
Linux Unix SAP LINQ .NET Framework ADO.NET Reporting
Crystal Reports SQL Server Reporting Services Igenda Reports Active Reports Adobe Fireworks Arrays & Collections Hosting
Future Trends Android Windows Phone Smart Devices Business M&A Investment & Funding
Web Browsers Internet Explorer Firefox Safari Common Entrepreneurs Students
Consulting Wiki Gadgets MobileMe iCloud iOS Social Media
Facebook Twitter LinkedIn Google+ Microsoft Kinect XBox
Wii Playstation DirectX i OS OS X CIO, CTO, CEO Windows 8
Web Design Expression Blend 4 Photoshop CS5 Creative Suite 5.5 Expression Web 4 Expression Studio 4 Creative Suite® 5.5 Design
Creative Suite 5.5 Web Creative Suite 5.5 Production Startups Funding M&A Laptops Smart Phones
Desktops Cameras & Camcorders Netbooks Tablets Virtualization Microsoft Surface WordPress
Software Products Cloud Computing Current Affairs Technology TV TV
Earnings XAML E-Commerce MonoTouch Mono for Android Deals Electronics
Mobile Phone Laptop Tablet Book Computer Press Releases Reviews
Products Books Companies Windows Azure SQL Azure Interviews Mac
Web Browsers Symbian Windows Forms WPF Windows Services HTML 5 Office 365
SharePoint 2010 Exchange Server Adobe Visual Studio 2012 iPad Flex / Flash Games
Windows 9
X
 Login
Please login to submit a new post, reply and edit exiting posts, see user profiles, and access more features. If you are not a registered member, Register here.
User Id / Email:
Password:  
Forgot Password | Forgot UserName