Articles

Url Encoder/decoder

Some time as a developer you need to encode or decode url for your purpose. See example of encoded url: https%3A%2F%2Fwww.google.co.in%2F%3Fgfe_rd%3Dcr%26ei%3DvUsXV572BuXI8Afb-Iv4BA%26gws_rd%3Dssl Now you want to check what is the argument …

Difference between HTML and HTML5

Main Difference: HyperText Markup Language (HTML) is the primary markup language for web pages. HTML5 is the version of HTML. There are lots of differences that are given in HTML5. …

Animation using CSS3

CSS3 animations allows animation for most HTML elements without using JavaScript or Flash! animate.css is a group of defined css classes having cross-browser animations. You can create stylish home pages, …