A HTML5 snippet for browser side form validation Whenever you put a form in your website to receive a data from user, it is very important to get it in correct format. To achieve that, form validation is very important and should be done very cautiously. Before the HTML5 was introduced, we were using some complicated line of code (a … Read More »
Category Archives: Snippets
Feed Subscription<CSS3 Multiple Columns
CSS3 has made many things simple. And one of the nicest property introduced by CSS3 is CSS3 Multiple Column. In conventional way, to make columns in web page, we have to make that much number of div’s and css classes in stylesheet. But by using this CSS3 multiple columns property, you just have to write 2-3 lines in your stylesheet … Read More »
