Closed Thread
Results 1 to 4 of 4

Thread: HTML5, I need some info...

  1. #1
    Jacki's Avatar
    Jacki is offline Learning Programmer
    Join Date
    Sep 2009
    Location
    Switzerland
    Posts
    80
    Rep Power
    9

    HTML5, I need some info...

    Hi, I didn't post here for a while but now I'm back! xD
    Seriously, I had to study a lot and now too so I don't have much time to program, but probably soon I'll have to start a new project and I'd get some info:
    - Is there some new info about html5?
    - Where can I found out documentation?
    - Are there some browser that support html5?

    I'd like also know what differences are between html5 and the versions before, if there's some pages wich explain this I'd like to know the links to these... Thanks... bye!



  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: HTML5, I need some info...

    Quote Originally Posted by Jacki View Post
    - Is there some new info about html5?
    I know it supports the new canvas tag, take a look at it in action here:

    http://www.rgraph.net/ (click on the pie chart)

    HTML5 also has new elements to help indicate basic elements such as times or numbers.

    * <mark> - This denotes that a bit of text is marked in some way. You could for example, use this to mark search terms in a list of results.
    * <time> - You can use this to represent times, or dates in your block of text.
    * <meter> - This can be used to indicate a figure of some sort. It can have multiple attributes including: value, min, max, low, high and optimum.
    * <progress> - This can be used to show a progress bar of some sort. It has a couple of attributes: value and max. The max attribute can be omitted.


    Quote Originally Posted by Jacki View Post
    - Where can I found out documentation?
    You can find almost everything about HTML 5 on w3.org:

    http://dev.w3.org/html5/html-author/

    Quote Originally Posted by Jacki View Post
    - Are there some browser that support html5?
    Firefox 3.5 is the best.

  4. #3
    instantcake's Avatar
    instantcake is offline Learning Programmer
    Join Date
    Feb 2010
    Location
    texas
    Posts
    63
    Rep Power
    8

    Re: HTML5, I need some info...

    Quote Originally Posted by James.H View Post
    Firefox 3.5 is the best.
    that's an opinion. for raw web standards google chrome is the best. and here's what diffrent layout engines in browsers support:
    http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28HTML5%29

  5. #4
    Join Date
    Nov 2009
    Location
    London
    Posts
    866
    Blog Entries
    3
    Rep Power
    14

    Re: HTML5, I need some info...

    True chrome is better for raw web standards.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. html5 software
    By calm in forum HTML Programming
    Replies: 12
    Last Post: 09-15-2011, 08:05 PM
  2. Streaming webcam with html5
    By pierrehs in forum HTML Programming
    Replies: 1
    Last Post: 03-05-2011, 08:23 PM
  3. html5
    By melisa in forum HTML Programming
    Replies: 2
    Last Post: 10-25-2010, 05:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts