Top 10 Features of HTML5
List of Top 10 Features of HTML5 New Doctype Still using that pesky, impossible-to-memorize XHTML doctype? <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”…
Audio Video Control in HTML5
Audio Video Control in HTML5 Audio Support No longer do we have to rely upon third party plugins in order to render audio. HTML5 now offers the <audio> element. Well, at least, ultimately, we won’t have to worry about these plugins. For the time…
Create Sliders with the Range Input in HTML5
How to Create Sliders with the Range Input in HTML5 HTML5 introduces the new range type of input.<input type=”range”> Most notably, it can receive min, max, step, and value attributes, among others. Though only Opera seems to…
Creating Modal Window or Highslide window using HTML5
Creating Modal Window or Highslide window using HTML5 The modal window is one of the most common UI that we can find in websites. It is commonly used to carry a subscription form, uploading forms (like the one in WordPress), displaying notifications and…