In this post we will be seeing the difference between html4 and html5, the difference between the elements, tags, page structure, browser support and which one to choose. This post is a lengthier one so it will be divided into two parts, first, we will understand the HTML web page structure then we will move on to the differences.
Showing posts with label HTML5. Show all posts
Showing posts with label HTML5. Show all posts
12 January, 2016
27 August, 2015
07 February, 2014
change the html 5 form validation defult error message
Hi Guys, this is a post on the validation where in you will be learning how to change the default message of the form validation. The code is simple and basic, it uses the JavaScript events line 'onchange ' and 'oninvalid '.
For more validation code, click here
For more validation code, click here
05 September, 2013
17 June, 2013
search concept using html5
This post make on simple search concept making list on text box like Google search. store the values in option box <data list> tag this data list id in search box. used to display a repeated list of items that are bound to the control.
Database also fetch in option box just echo the function on option value box direct fetch the value in search box watch below live demo.
14 June, 2013
28 May, 2013
Html 5 Mobile Number Validation
Hi, Guys, this a new post on Html 5 Mobile number validation. Validations play a major role in getting a genuine information or securing the website. We find many plugins on the internet for validating data from the visitors. Validations can be done by various languages like jQuery, PHP, JavaScript, and HTML5.