Lets share love

How ? copy url of this blog and share in your social network :) simple

Lets share love

How ? copy url of this blog and share in your social network :) simple

Friday, January 30, 2015

Thursday, January 29, 2015

HTML number attribute pattern

pattern="[0-9]+([\.][0-9]+)?"

Monday, January 5, 2015

HTML5 range attribute

Range attribute is a attribute that comes in HTML5. here is how we can use this :)

Worst <input type="range" name="range" id="range" tabindex="65" min="1" max="100" step="5"> Best

here is the screenshot of the result :)