Optimizing Image Loading with the Lazy Attribute in HTML5
Identifying resources which are not critical on initial page load and loading them only when necessary is known as lazy loading. It is a method for cutting the essential rendering…
Chrome Showing Empty White Space At Bottom Of Page
A very weird issue happened recently with one of my code. I created a nice html css template, which was working pretty good in my machine. I sent that template…
Create Standalone Desktop Apps With HTML5 CSS JAVASCRIPT
Ever thought of creating a Desktop App with HTML, CSS & JavaScript ? Yes, you can! (more…)
Advantages of HTML5 VIDEO Tag
HTML5 is gaining momentum in the web development world. So a simple question strikes in mind WHY ? What are the benefits of HTML5 or why should a developer use…
Select Multiple Checkbox From HTML Page Using Javascript
Multiple Checkboxes can be selected by using a simple Javascript code. Whenever user clicks on the submit button then we can loop through all the form data and we can…