Tutorial HTML5 Local Storage
We will learn about HTML5 local storage in this tutorial. Local storage is newer technology that can used instead of cookies for storing web app data in user’s browser. But unlike cookies,...
read moreHow to Implement Background Video
There is currently no such thing as CSS background-video like you have for background-image. What you really have is regular HTML video using either “position absolute” or...
read moreWhy We Need Meta charset utf-8 tag?
In the basic HTML5 page explained here, we have an meta utf-8 tag … This tag tells the browser to render using the UTF-8 character set? UTF-8 is capable of encoding all possible characters in...
read moreTutorial Getting HTML5 Video to Play Nicely in Major Browsers
In this tutorial, we show how to get HTML5 Video to work nicely in the major browsers which are Chrome, Firefox, Internet Explorer, and Safari. Okay, we’ll check Opera too. See the browser...
read moreHow to Embed HTML5 Video in WordPress?
So you want to add a video to your WordPress page? The easiest way is to upload the video to YouTube or Vimeo copy their embed share code and paste it into your post or page. This is often a good...
read moreHow to determine if browser support HTML canvas element
To determine if the user’s browser support the <canvas> HTML element, we use feature testing. For example, suppose we have HTML code with the canvas element … <canvas...
read moreTutorial: Basic HTML 5 Webpage
Here we will give you a brief tutorial on a basic HTML 5 webpage. Think of it as a “template” that you can use whenever you create a new HTML page. Here is the HTML 5 code for a basic...
read moreNew HTML5 input attributes
There are new attributes for the input tag that was not previously in HTML4. For example, in HTML 5 you can have … <input type=”text” name=”postaladdress”...
read moreNew HTML5 input type values
The “input” element has an “type” attribute that can accept various values. For example, in HTML4 you have … <input type=”text”> for a textbox. ...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.