Currently Browsing: HTML5
HTML5 Offline Storage
Have you ever played angry birds offline in chrome? May be it’s the dynamic offline application ever. In nowadays HTML5 came a with new feature offline storage. It’s a little bit confusing that how could be a web application run offline. Downloading implies a network connection. Actually you download...
HTML5 Events
HTML4 has introduced a few event attributes to trigger JavaScript functions. In HTML5 has added some new event attributes in addition to help developers creating dynamic web pages. These are events triggered for window object. Attribute Description onafterprint Script to be run after the document...
HTML5 Logo
  W3C has released a logo in the eve of 2011 that represents HTML5, future web standard. On January-18, they published their new HTML5 logo to promote the web developers. The logo is designed with collaboration of W3C and designing firm ocupop. The logo is licensed under Creative Common Attribution...
HTML5 Article
  HTML5 has it’s own referential article element. This tag content may independent from other of the site or related. The article may contain forum posts, newspaper article, blog entry and user comment. Usually this content links to other site for reference or elaborating a topic depicted on...
HTML5 Web Storage
HTML5 offers standard storage web application for storing data on client browser. Data stored on web browser that supports window-local storage, known as cookies. It’s an efficient implementation of cookies with some application programming interface. JavaScript is used for storing data. HTML5 has...
HTML5 Form Attributes
HTML5 Form Attributes
HTML5 has introduced handful of new form and input elements. Implementing these attributes along with AJAX could make web page more outstanding performance. These are listed below. New form attributes autocomplete novalidate New input attributes autocomplete autofocus form form overrides (formaction,...
HTML5 Form Elements
HTML5 Form Elements
  HTML5 has some new form elements and attributes. Attribute IE Firefox Opera Chrome Safari datalist No No 9.5 No No keygen No No 10.5 3.0 No output No No 9.5 No No The datalist element previews some options predefined by the developer while typing in an input field. The suggestions...
HTML5 Attributes
HTML5 Attributes
  HTML5 includes some global attributes that support every mark up tags. These are listed here. Attribute Value accesskey character class classname contenteditable true false contextmenu menu_id dir ltr rtl draggable true false auto dropzone copy move link hidden hidden id id lang language_code spellcheck true false style style_definition tabindex number title text The...
HTML5 DOCTYPE
HTML5 DOCTYPE
  The most interesting and worthwhile fact in HTML5 may its <!DOCTYPE> declaration. The more standard, unique  and sweetest for developers: <!DOCTYPE HTML> The HTML <!DOCTYPE> tag is used for specifying which language and version the document is using. This is called...
HTML5 Form
HTML5 Form
HTML5 has some new input type of forms. These elements allow you to more better control over form input and validation. The current draft of HTML5 has 13 new form attributes. Input Type IE FireFox Opera Chrome Safari email No No 9.0 No No url No No 9.0 No No number No No 9.0 7.0 No range No No 9.0 4.0 4.0 date...
Page 1 of 212