Post Pic

Vancouver Web Design Company is ready for HTML 5

What’s new with HTML 5? The introduction of HTML 5 has created a whole new set of tags but have also deprecated others. It is going to make coding a lot easier for many web developers.

 
 
Thanh Nguyen
by Thanh Nguyen
Thanh is a front-end web developer with experience in WordPress customization. He has a passion for new web development techniques and has a keen insight into understanding user needs.
 

Here at KIMBO Design, every custom website that we design and develop for our clients is cross-browser compliant. Before we officially launch any website, we test the site using these popular web browsers:

• Internet Explorer 6
• Internet Explorer 7
• Internet Explorer 8
• Firefox
• Chrome
• Safari
• Opera

But now with the introduction of HTML 5, I am on the verge of removing Internet Explorer 6 from my list of test browsers. But I’m not ready to do that yet. I’m not going to complain about Internet Explorer 6 and how old it is, but rather, I’m going to talk about some exciting new features of the newly anticipated HTML 5.

Now, I know that the web browsers that I listed above, depending on which version, do not yet fully support HTML 5 but that is about to change with newer versions that are soon to be released. With the introduction of HTML 5, some really cool features have been implemented that will make my life a lot easier as a web developer.

For example, with HTML 5, you can embed a video on a webpage without having to use a third-party plug-in such as Adobe Flash. All you need to do to embed a video on your web page is to add the <video> tags. Similarly, you can embed an audio clip simply by adding the <audio> tags. HTML 5 makes it easy to specify elements on a webpage and has introduced new tags that provide structure to a webpage. A webpage coded in HTML 5 may look something like this:

<body>
 <header> ... </header>
  <nav> ... </nav>
   <aside> ... </aside>
    <article>
     <section>
      <video> ... </video>
     </section>
    </article>
  <footer> ... </footer>
</body>

As you can see, we are no longer limited to just the <head> and <body> tags like we used in HTML 4. This also eliminates the need to use excessive <div> tags in our webpage code that may otherwise result in coding that is difficult to debug.

HTML 5 has also added new <input> types for the popular <form> tag. If you are a back-end coder, you will find these new input types very useful and client-side validation scripts will soon be a thing of the past. Some of these include but are not limited to:

• date
• time
• number
• email
• url
• month
• week

The nice thing about HTML 5 is that it is backwards compatible with HTML 4. With that said, however, there are some tags in HTML 5 that are no longer supported. Some tags that are no longer supported in HTML 5 include:

<font>
<basefont>
<frame>
<frameset>
<noframes>
<noscript>
<u>
<center>

So unless you are still designing websites using frames, there is nothing to be too concerned about because some of these tags have already been deprecated and some you can use CSS to achieve the same result.

Although HTML 5 is still in its infancy, web browsers such as those listed at the very first paragraph of this article are bound to be fully compatible with HTML 5 in the near future. Companies that create web authoring tools such as Adobe has released Dreamweaver CS5 and had already provided support for HTML 5 by offering the HTML5 Pack extension. One thing is certain is that HTML 5 will one day be the norm and KIMBO Design will be designing and developing websites for their clients here in Vancouver using the HTML 5 markup language.

 
 

No Comments

No comments yet.

RSS feed for comments on this post

Leave a comment