Html5

Discussion in 'HTML & Website Design' started by SimThePhpCoder, Jan 10, 2011.

  1. #1
    whats the big deal? To me it just seems like there making html work with js to produce ajax? Is that all it really is? Or is html trying to do without js to make its own ajax?
     
    SimThePhpCoder, Jan 10, 2011 IP
  2. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #2
    HTML5 is still in development . It simplifies a lot of things but it still needs more tweaking and features . Unfortunately just like CSS3 a lot of browsers have problems digesting it .
     
    ApocalypseXL, Jan 10, 2011 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    The only browser that has any such problems is IE. All other browsers handle the stable elements and properties just fine.
     
    drhowarddrfine, Jan 10, 2011 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #4
    Javascript has as much to do with HTML5 as HTML4.01 but there are more APIs available and the ability to draw in the window using canvas. Audio and video is natively included along with a number of semantic elements. Google for "What's new in HTML5".
     
    drhowarddrfine, Jan 10, 2011 IP
  5. Raymond_M

    Raymond_M Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can do a tutorial at w3schools.com too for HTML 5 which should give you a better understanding of it.
     
    Raymond_M, Jan 10, 2011 IP
  6. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #6
    You can expect more semantic approach to the markup. for example: we've div, which is used as blocks for section, articles, container. in the upgraded version you may have tags like "header", "footer", "article", "section" etc. Other respected DPers already pointed few more features/ up-gradation are expected.
     
    radiant_luv, Jan 10, 2011 IP