• xHtml

range Input Type: HTML5

Browsers which support range input type know that the field is used for entering a number with in a given…

  • xHtml

number Input Type: HTML5

number input type indicates that the input field is used for entering numbers. Advantages of using number input type: 1.…

  • xHtml

Tel Input Type: HTML5

Lets look at tel Input Type of HTML5 forms. In this video, I'll show you that there are no interface…

  • xHtml

URL Input Type: HTML5

Lets look at URL Input Type of HTML5 forms. In this video, we illustrate how you can implement simple URL…

  • xHtml

Email Input Type: HTML5

Lets look at email input type of HTML5 forms. In this video, we illustrate how you can implement simple email…

  • xHtml

Form Input Type – search: HTML5

HTML5 introduces many new input types, and search is one of them. In this video I'm illustrating simple interface change…

  • xHtml

Text Selection API: HTML5

Before HTML5 we were using select() method to select the entire text/string present in the input field. We did not…

  • xHtml

require attribute: HTML5

Lets see how require attribute of HTML5 works. require attribute forces the user to enter some value. But it does…

  • xHtml

Form novalidate attribute: HTML5

Today let us learn about novalidate and formnovalidate attributes of HTML5 form. In this video tutorial I'm taking 2 input…

  • xHtml

pattern and title Attribute of Form Field: HTML5

Today lets see how we can make use of pattern attribute to validate the user input data and use title…