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.
30 April, 2013
17 April, 2013
Html 5 Validate in Text box
In Previously form validate on javascript but now validations to change the method using HTML5 its automatically validate on empty required field just follow the below steps to validate on form many browsers support this coding just try this coding is simplify and avoid javascript.
Live Demo :
09 January, 2013
Change Image on hover using CSS and Sprite Image
Changing an image on hover using CSS and sprite image is very simple and is done by just varying the background position. The trick behind doing this is you have to make the image as background of an element and mention height and width of that element according to background image that should show up when the image is not hovered and when the image is hovered show the rest part of the image by varying the backgroundpositions.