!!! %html{ :lang => "en" } %head %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } %title Blueprint HTML Elements Tests / Framework CSS %link{ :href => "../stylesheets/screen.css", :rel => "stylesheet", :media => "screen, projection", :type => "text/css" } %link{ :href => "../stylesheets/print.css", :rel => "stylesheet", :media => "print", :type => "text/css" } / [if IE]> "http://www.google.com" } \<a> a + href %p %abbr{ :title => "extended abbr text should show when mouse over" } \<abbr> abbr - extended text when mouseover. %br %acronym{ :title => "extended acronym text should show when mouse over" } \<acronym> acronym - extended text when mouseover. %address \<address> %br Donald Duck %br Box 555 %br Disneyland %p Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore dolore. .span-8 %table{ :cellspacing => "0", :border => "0", :summary => "This is the summary text for this table.", :cellpadding => "0" } %caption %em A standard test table with a caption, tr, td elements %tr %th.span-4 Table Header One %th.span-4.last Table Header Two %tr %td TD One %td TD Two %tr %td{ :colspan => "2" } TD colspan 2 %table{ :cellspacing => "0", :border => "0", :summary => "This is the summary text for this table.", :cellpadding => "0" } %caption %em A test table with a thead, tfoot, and tbody elements %thead %tr %th.span-4 Table Header One %th.span-4.last Table Header Two %tfoot %tr %td{ :colspan => "2" } tfoot footer %tbody %tr %td TD One %td TD Two %tr %td TD One %td TD Two %tbody %tr %td TD One %td TD Two %tr %td TD One %td TD Two .span-8.last %pre \<pre> pre space1 pre space1 pre space2 pre space2 pre tab pre tab %code \<code> Not indented indent1 indent1 indent2 indent3 %tt \<tt> This tt text should be monospaced and wrap as if one line of text even though the code has newlines, spaces, and tabs. It should be the same size as <p> text. %hr %p %a{ :href => "http://validator.w3.org/check?uri=referer" } %img.top{ :src => "valid.png", :height => "31", :alt => "Valid HTML 4.01 Strict", :width => "88" }