HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML5 Forms

HTML5 Forms

 

 

HTML5 brings many features and improvements to a web form. There are new attributes and input types that were introduced to help create better experiences for web users.

 

New Input Types Introduced are:-

 

  • < input type="color" >
  • < input type="date" >
  • < input type="datetime" >
  • < input type="datetime-local" >
  • < input type="email" >
  • < input type="month" >
  • < input type="number" >
  • < input type="range" >
  • < input type="search" >
  • < input type="tel" >
  • < input type="time" >
  • < input type="url" >
  • < input type="week" >

 

New Input Attributes Introduced Are:-

 

  1. form target
  2. height and width
  3. autofocus
  4. form
  5. form action
  6. list
  7. form enctype
  8. form method
  9. form novalidate
  10. min and max
  11. multiple
  12. pattern (regexp)
  13. placeholder
  14. required
  15. step

Code Explanation

All Tutorials related to HTML Advance

All Sections related to HTML