Who here is using HTML5

by Banned 8 replies
10
and if you are how much of it are you using. Are you just using the document or are you actually developing applications with it?
#programming #html5
  • I have been converting html in my application to use the html5 doc type, but not using any of the html5 features.
    • [1] reply
    • Same here.. doctype is shorter so easier to remember
  • I've only built one site with HTML5 - just as a trial run.

    The W3C validator still isn't sure about it though

    My site passes but...

  • I think I'm using HTML5. The p element is part of the HTML5 specification, right?
    • [2] replies
    • Awesome answer!
    • Banned
      Its general HTML Language. HTML5 Spec is (instead of using division tags or Div for short)

      Section
      Article
      Aside
      Header
      HGroup
      Nav
      Footer


      HTML5 is a an application Interface. It has several types of API's you can implement. Such as drag and drop, geolocation (i cant remember the rest) but the whole goal for the HTML5 doc is to build applications that convey structure relevant to the sites purpose that used to be developed through javascript, jquery, ajax, flex, flash, silverlight etcc.... In other words HTML5 is making a website, a real website. What is a website? a website is a platform - an interface - a mural of technologies. Think online software with no installing.
  • [DELETED]
  • Well I am using more and more while developing new stuff you also include new features that are now possible with HMTL5 and CSS3.
  • I like to use HTML5 for mobile websites and web apps.

Next Topics on Trending Feed