Is everyone here using HTML5?

by IMDESTROYER Banned
5 replies
  • WEB DESIGN
  • |
if so how are you using it and what are you using it for?

are you just using the doc type or are you using it's new structural elements? (or both)
#html5
  • Profile picture of the author pinakin
    I am building windows 8 apps using it
    {{ DiscussionBoard.errors[7416320].message }}
  • Profile picture of the author rising_sun
    Banned
    Hello pinakin thank you so much for your post ,
    actually first time I know about it ,please pm me some site about HTML5.
    {{ DiscussionBoard.errors[7417051].message }}
  • Profile picture of the author clickbump
    Originally Posted by IMDESTROYER View Post

    if so how are you using it and what are you using it for?
    I converted my WordPress theme over to html5 at the first opportunity. It allows the site to be displayed in a more predictable manner across all modern web browsers and devices.

    I'm using all of the new semantic layout elements like nav, article, aside, header, footer, etc.

    I'm also using the new forms attribute, "placeholder", which is one of the more useful html attributes in the html5 stack and definitely worth your time to learn about if you don't already use it. If you are interested in reading more about it, I've got a brief tutorial on my blog describing how I'm using it to supercharge the Contact Form 7 plugin here.

    are you just using the doc type or are you using it's new structural elements? (or both)
    I'm using both as indicated above. To me, it doesn't make much sense to use the doctype and not use the elements it allows. The elements are the key to a more interoperable, accessible, speedier web experience on desktop, device, kiosk, appliance, and automobile.
    Signature
    {{ DiscussionBoard.errors[7422321].message }}
  • Profile picture of the author xtrapunch
    As ClickBump said, HTML 5 uses semantic tags which means browsers as well as search engines will be able to read the page better. In HTML 5, you don't need to define a complex DOCTYPE. You just add <!DOCTYPE html>
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[7422626].message }}
  • Profile picture of the author Abusschaert
    i use the html5 doctype and make sure i use valid code but i don't actually use the new features such as the canvas or video tag
    {{ DiscussionBoard.errors[7425405].message }}

Trending Topics