Does anyone know of any good examples of usage of HTML5 elements that are well-styled out on the intertubes?

Specifically, I'm curious to see <article>, <aside>, <meter>, <nav>, <header> and so on.

I'm specifically not interested in video, audio, offline or drag-n-drop files. Just the cosmetic stuff.

link|improve this question

feedback

7 Answers

up vote 6 down vote accepted

When I'm looking for good html5 examples in the wild I generally check http://html5gallery.com/. Its been a pretty solid resource thus far. You are probably aware that support for these elements is a bit lacking in even many of the newest browsers.

link|improve this answer
That's an excellent resource! And more than that, there are some really gorgeous designs showcased there. – Phil.Wheeler Dec 4 '09 at 9:30
feedback

Yes, HTML5doctor.com (Run by Bruce Lawson of Opera) is a create resource for HTML5 information, but also a great way to see how HTML5 can be implemented.

link|improve this answer
feedback

(sorry, can’t leave a comment yet) re: @Greco’s answer, I’d warn anyone away from using w3schools as a reference—the link provided still has elements that were dropped from the spec months ago. You could do much better for HTML5 reference, such as the HTML5 Doctor and Dive into HTML5 links already mentioned.

link|improve this answer
2  
+1 because a) you're right and b) you need the reputation. :-) – Phil.Wheeler Dec 13 '09 at 22:39
@Phil.Wheeler Thanks! and now I can comment too :D – Boblet Dec 17 '09 at 8:04
feedback

I think you'll love Full Frontal's website, since it was done exclusively in HTML5.

link|improve this answer
Nice. This is the sort of thing I'm keen to see. Thanks. – Phil.Wheeler Dec 4 '09 at 9:31
feedback

Would just like to point out that HTML5Doctor isn't just run by Bruce Lawson, there are 6 of us in total! Hopefully you're finding it useful.

link|improve this answer
feedback

The chapter in Mark Pilgrim's Dive Into HTML5 on semantics is an excellent primer on using the elements you mention.

Be careful about calling them 'cosmetic' though, wars have been started over less ;)

link|improve this answer
I know, but it's a quick post just using layman's terms. – Phil.Wheeler Dec 4 '09 at 9:29
feedback

A good starting point should be this

link|improve this answer
He's not asking for an element reference. He's asking for visual examples of styles. – Jordan Ryan Moore Dec 4 '09 at 17:09
This is the reference list - examples are behind the links on this page (yah, u can click on <article>, inspect syntax and see an example) :) – Dimi Toulakis Dec 4 '09 at 18:13
While I appreciate your desire to be thorough, @Jordan Ryan Moore is right - I'm just after good case studies in practical HTML5 styling. – Phil.Wheeler Dec 4 '09 at 18:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.