tags:

views:

65

answers:

3

Looking for example code that uses semantic HTML that I can use to test stylesheets with. The version/doctype is unimportant though HTML5 would be great. When I say "comprehensive" - I am looking for use of definition lists, forms, tables, plus all the usual. Thanks

A: 

http://www.csszengarden.com/

Enjoy.

Amber
Thanks but where are the tables and forms in that link?
Dr. Frankenstein
Ah, my apologies, I missed that in your question. I'm not sure CZG uses them, so it might not be entirely what you need. You could use it as a basis though and add them if you wanted.
Amber
+3  A: 

Is this the kind of thing you're looking for?

Basic Test Suite for YUI Base

mercator
Yes - good find, unless there something more comprehensive comes through in the next 24 hours, that'll get the big tick, thanks
Dr. Frankenstein
In the end, though, it's just a bunch of tags thrown together on a page. You could easily create your own, or change this one to include more HTML5 tags/features. It just depends on what you really want to test.
mercator
A: 

This isn't really what you're looking for, but it might come in handy if you find a block of HTML and you need an environment to test it with your CSS... obviously it's not exactly what you are looking for, but it's a pretty cool tool. http://cssdesk.com/

yeah off topic - but that is very nice
Dr. Frankenstein