Tutorials on Web Development, Programming, and Web Design

Tutorial HTML5 Local Storage

In Tutorials

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 more

How to Implement Background Video

In Tutorials

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 more

Why We Need Meta charset utf-8 tag?

In Tutorials

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 more

Tutorial Getting HTML5 Video to Play Nicely in Major Browsers

In Tutorials

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 more

How to Embed HTML5 Video in WordPress?

In Tutorials

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 more

How to determine if browser support HTML canvas element

In Articles

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 more

Tutorial: Basic HTML 5 Webpage

In Tutorials

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 more

New HTML5 input attributes

In Articles

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 more

New HTML5 input type values

In Articles

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 more

Learn Web Tutorials is hosted by Hostmonster and design based on Wordpress template by Elegant Themes
All 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.