HTML example elements

<h1>Testing display of HTML elements<&sol;h1>&NewLine;<p>This is the document <code>header<&sol;code><&sol;p>&NewLine;<h1>This is 1st level heading<&sol;h1>&NewLine;<p>This is a test paragraph&period;<&sol;p>&NewLine;<h2>This is 2nd level heading<&sol;h2>&NewLine;<p>This is a test paragraph&period;<&sol;p>&NewLine;<h3>This is 3rd level heading<&sol;h3>&NewLine;<p>This is a test paragraph&period;<&sol;p>&NewLine;<h4>This is 4th level heading<&sol;h4>&NewLine;<p>This is a test paragraph&period;<&sol;p>&NewLine;<h5>This is 5th level heading<&sol;h5>&NewLine;<p>This is a test paragraph&period;<&sol;p>&NewLine;<h6>This is 6th level heading<&sol;h6>&NewLine;<p>This is a test paragraph&period;<&sol;p>&NewLine;<h2>Basic block level elements<&sol;h2>&NewLine;<p>This is a normal paragraph &lpar;<code>p<&sol;code> element&rpar;&period;<br &sol;>&NewLine;To add some length to it&comma; let us mention that this page was<br &sol;>&NewLine;primarily written for testing the effect of <strong>user style sheets<&sol;strong>&period;<br &sol;>&NewLine;You can use it for various other purposes as well&comma; like just checking how<br &sol;>&NewLine;your browser displays various HTML elements by default&period;<br &sol;>&NewLine;It can also be useful when testing conversions from HTML<br &sol;>&NewLine;format to other formats&comma; since some elements can go wrong then&period;<&sol;p>&NewLine;<p>This is another paragraph&period; I think it needs to be added that<br &sol;>&NewLine;the set of elements tested is not exhaustive in any sense&period; I have selected<br &sol;>&NewLine;those elements for which it can make sense to write user style sheet rules&comma;<br &sol;>&NewLine;in my opinion&period;<&sol;p>&NewLine;<div>This is a <code>div<&sol;code> element&period; Authors may use such elements instead<br &sol;>&NewLine;of paragraph markup for various reasons&period; &lpar;End of <code>div<&sol;code>&period;&rpar;<&sol;div>&NewLine;<blockquote>&NewLine;<p>This is a block quotation containing a single<br &sol;>&NewLine;paragraph&period; Well&comma; not quite&comma; since this is not <em>really<&sol;em><br &sol;>&NewLine;quoted text&comma; but I hope you understand the point&period; After all&comma; this<br &sol;>&NewLine;page does not use HTML markup very normally anyway&period;<&sol;p>&NewLine;<&sol;blockquote>&NewLine;<p>The following contains address information about the author&comma; in an <code>address<&sol;code><br &sol;>&NewLine;element&period;<&sol;p>&NewLine;<address>&NewLine;<a href&equals;"&period;&period;&sol;somelink&period;html" lang&equals;"fr" hreflang&equals;"en">Mon nom en francais<&sol;a>&comma;<br &sol;>&NewLine;<a href&equals;"mailto&colon;example&commat;example&period;com">example&commat;example&period;com<&sol;a><br &sol;>&NewLine;3 Rue Jules Ferry&comma; Neuilly Sur Seine&comma; France 94000<br &sol;>&NewLine;<&sol;address>&NewLine;<h2>Lists<&sol;h2>&NewLine;<p>This is a paragraph before an <strong>unnumbered<&sol;strong> list &lpar;<code>ul<&sol;code>&rpar;&period; Note that<br &sol;>&NewLine;the spacing between a paragraph and a list before or after that is hard<br &sol;>&NewLine;to tune in a user style sheet&period; You can&&num;8217&semi;t guess which paragraphs are<br &sol;>&NewLine;logically related to a list&comma; e&period;g&period; as a &&num;8220&semi;list header&&num;8221&semi;&period;<&sol;p>&NewLine;<ul>&NewLine;<li> One&period;<&sol;li>&NewLine;<li> Two&period;<&sol;li>&NewLine;<li> Three&period; Well&comma; probably this list item should be longer&period; Note that<br &sol;>&NewLine;for short items lists look better if they are compactly presented&comma;<br &sol;>&NewLine; whereas for long items&comma; it would be better to have more vertical spacing between items&period;<&sol;li>&NewLine;<li> Four&period; This is the last item in this list&period;<br &sol;>&NewLine; Let us terminate the list now without making any more fuss about it&period;<&sol;li>&NewLine;<&sol;ul>&NewLine;<p>The following is a <code>menu<&sol;code> list&colon;<&sol;p>&NewLine;<menu>&NewLine;<li> One&period;<&sol;li>&NewLine;<li> Two&period;<&sol;li>&NewLine;<li> Three&period; Well&comma; probably this list item should be longer so that it will<br &sol;>&NewLine;probably wrap to the next line in rendering&period;<&sol;li>&NewLine;<&sol;menu>&NewLine;<p>The following is a <code>dir<&sol;code> list&colon;<&sol;p>&NewLine;<p><dir><&sol;p>&NewLine;<li> One&period;<&sol;li>&NewLine;<li> Two&period;<&sol;li>&NewLine;<li> Three&period; Well&comma; probably this list item should be longer so that it will<br &sol;>&NewLine;probably wrap to the next line in rendering&period;<&sol;li>&NewLine;<p><&sol;dir><&sol;p>&NewLine;<p>This is a paragraph before a <strong>numbered<&sol;strong> list &lpar;<code>ol<&sol;code>&rpar;&period; Note that<br &sol;>&NewLine;the spacing between a paragraph and a list before or after that is hard<br &sol;>&NewLine;to tune in a user style sheet&period; You can&&num;8217&semi;t guess which paragraphs are<br &sol;>&NewLine;logically related to a list&comma; e&period;g&period; as a &&num;8220&semi;list header&&num;8221&semi;&period;<&sol;p>&NewLine;<ol>&NewLine;<li> One&period;<&sol;li>&NewLine;<li> Two&period;<&sol;li>&NewLine;<li> Three&period; Well&comma; probably this list item should be longer&period; Note that if<br &sol;>&NewLine;items are short&comma; lists look better if they are compactly presented&comma;<br &sol;>&NewLine; whereas for long items&comma; it would be better to have more vertical spacing between items&period;<&sol;li>&NewLine;<li> Four&period; This is the last item in this list&period;<br &sol;>&NewLine; Let us terminate the list now without making any more fuss about it&period;<&sol;li>&NewLine;<&sol;ol>&NewLine;<p>This is a paragraph before a <strong>definition<&sol;strong> list &lpar;<code>dl<&sol;code>&rpar;&period;<br &sol;>&NewLine;In principle&comma; such a list should consist of <em>terms<&sol;em> and associated<br &sol;>&NewLine;definitions&period;<br &sol;>&NewLine;But many authors use <code>dl<&sol;code> elements for fancy &&num;8220&semi;layout&&num;8221&semi; things&period; Usually the<br &sol;>&NewLine;effect is not <em>too<&sol;em> bad&comma; if you design user style sheet rules for <code>dl<&sol;code><br &sol;>&NewLine;which are suitable<br &sol;>&NewLine;for real definition lists&period;<&sol;p>&NewLine;<dl>&NewLine;<dt> recursion<&sol;dt>&NewLine;<dd> see recursion<&sol;dd>&NewLine;<dt> recursion&comma; indirect<&sol;dt>&NewLine;<dd> see indirect recursion<&sol;dd>&NewLine;<dt> indirect recursion<&sol;dt>&NewLine;<dd> see recursion&comma; indirect<&sol;dd>&NewLine;<dt> term<&sol;dt>&NewLine;<dd> a word or other expression taken into specific use in<br &sol;>&NewLine; a well-defined meaning&comma; which is often defined rather rigorously&comma; even<br &sol;>&NewLine; formally&comma; and may differ quite a lot from an everyday meaning<&sol;dd>&NewLine;<&sol;dl>&NewLine;<h2>Text-level markup&comma; in alphabetical order<&sol;h2>&NewLine;<ul>&NewLine;<li> <abbr title&equals;"Cascading Style Sheets">CSS<&sol;abbr> &lpar;an abbreviation&semi;<br &sol;>&NewLine; <code>abbr<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> <acronym title&equals;"radio detecting and ranging">radar<&sol;acronym> &lpar;an acronym&semi; <code>acronym<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> <b>bolded<&sol;b> &lpar;<code>b<&sol;code> markup used &&num;8211&semi; just bolding with unspecified<br &sol;>&NewLine; semantics&rpar;<&sol;li>&NewLine;<li> <cite>Origin of Species<&sol;cite> &lpar;a book title&semi;<br &sol;>&NewLine; <code>cite<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> <code>a&lbrack;i&rsqb; &equals; b&lbrack;i&rsqb; &plus; c&lbrack;i&rpar;&semi;<&sol;code> &lpar;computer code&semi; <code>code<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> here we have some <del>deleted<&sol;del> text &lpar;<code>del<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> an <dfn>octet<&sol;dfn> is an entity consisting of eight bits<br &sol;>&NewLine; &lpar;<code>dfn<&sol;code> markup used for the term being defined&rpar;<&sol;li>&NewLine;<li> this is <em>very<&sol;em> simple &lpar;<code>em<&sol;code> markup used for emphasizing<br &sol;>&NewLine; a word&rpar;<&sol;li>&NewLine;<li> <i lang&equals;"la">Homo sapiens<&sol;i> &lpar;should appear in italics&semi; <code>i<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> here we have some <ins>inserted<&sol;ins> text &lpar;<code>ins<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> type <kbd>yes<&sol;kbd> when prompted for an answer &lpar;<code>kbd<&sol;code> markup<br &sol;>&NewLine; used for text indicating keyboard input&rpar;<&sol;li>&NewLine;<li> <q>Hello&excl;<&sol;q> &lpar;<code>q<&sol;code> markup used for quotation&rpar;<&sol;li>&NewLine;<li> He said&colon; <q>She said <q>Hello&excl;<&sol;q><&sol;q> &lpar;a quotation inside a quotation&rpar;<&sol;li>&NewLine;<li> you may get the message <samp>Core dumped<&sol;samp> at times<br &sol;>&NewLine; &lpar;<code>samp<&sol;code> markup used for sample output&rpar;<&sol;li>&NewLine;<li> <small>this is not that important<&sol;small> &lpar;<code>small<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> <strike>overstruck<&sol;strike> &lpar;<code>strike<&sol;code> markup used&semi; note&colon;<br &sol;>&NewLine; <code>s<&sol;code> is a nonstandard synonym for <code>strike<&sol;code>&rpar;<&sol;li>&NewLine;<li> <strong>this is highlighted text<&sol;strong> &lpar;<code>strong<&sol;code><br &sol;>&NewLine; markup used&rpar;<&sol;li>&NewLine;<li> In order to test how subscripts and superscripts &lpar;<code>sub<&sol;code> and<br &sol;>&NewLine; <code>sup<&sol;code> markup&rpar; work inside running text&comma; we need some<br &sol;>&NewLine; dummy text around constructs like x<sub>1<&sol;sub> and H<sub>2<&sol;sub>O<br &sol;>&NewLine; &lpar;where subscripts occur&rpar;&period; So here is some fill so that<br &sol;>&NewLine; you will &lpar;hopefully&rpar; see whether and how badly the subscripts<br &sol;>&NewLine; and superscripts mess up vertical spacing between lines&period;<br &sol;>&NewLine; Now superscripts&colon; M<sup>lle<&sol;sup>&comma; 1<sup>st<&sol;sup>&comma; and then some<br &sol;>&NewLine; mathematical notations&colon; e<sup>x<&sol;sup>&comma; sin<sup>2<&sol;sup> <i>x<&sol;i>&comma;<br &sol;>&NewLine; and some nested superscripts &lpar;exponents&rpar; too&colon;<br &sol;>&NewLine; e<sup>x<sup>2<&sol;sup><&sol;sup> and f&lpar;x&rpar;<sup>g&lpar;x&rpar;<sup>a&plus;b&plus;c<&sol;sup><&sol;sup><br &sol;>&NewLine; &lpar;where 2 and a&plus;b&plus;c should appear as exponents of exponents&rpar;&period;<&sol;li>&NewLine;<li> <tt>text in monospace font<&sol;tt> &lpar;<code>tt<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> <u>underlined<&sol;u> text &lpar;<code>u<&sol;code> markup used&rpar;<&sol;li>&NewLine;<li> the command <code>cat<&sol;code> <var>filename<&sol;var> displays the<br &sol;>&NewLine; file specified by the <var>filename<&sol;var> &lpar;<code>var<&sol;code> markup<br &sol;>&NewLine; used to indicate a word as a variable&rpar;&period;<&sol;li>&NewLine;<&sol;ul>&NewLine;<p>Some of the elements tested above are typically displayed in a monospace<br &sol;>&NewLine;font&comma; often using the <em>same<&sol;em> presentation for all of them&period; This<br &sol;>&NewLine;tests whether that is the case on your browser&colon;<&sol;p>&NewLine;<ul>&NewLine;<li> <code>This is sample text inside code markup<&sol;code><&sol;li>&NewLine;<li> <kbd>This is sample text inside kbd markup<&sol;kbd><&sol;li>&NewLine;<li> <samp>This is sample text inside samp markup<&sol;samp><&sol;li>&NewLine;<li> <tt>This is sample text inside tt markup<&sol;tt><&sol;li>&NewLine;<&sol;ul>&NewLine;<h2>Links<&sol;h2>&NewLine;<ul>&NewLine;<li> <a href&equals;"&period;&period;&sol;index&period;html">main page<&sol;a><&sol;li>&NewLine;<li> <a href&equals;&NewLine;"http&colon;&sol;&sol;www&period;unicode&period;org&sol;versions&sol;Unicode4&period;0&period;0&sol;ch06&period;pdf"&NewLine;title&equals;"Writing Systems and Punctuation"&NewLine;type&equals;"application&sol;pdf"&NewLine;>Unicode Standard&comma; chapter&nbsp&semi;6<&sol;a><&sol;li>&NewLine;<&sol;ul>&NewLine;<p>This is a text paragraph that contains some<br &sol;>&NewLine;inline links&period; Generally&comma; inline links &lpar;as opposite to e&period;g&period; links<br &sol;>&NewLine;lists&rpar; are problematic<br &sol;>&NewLine;from the<br &sol;>&NewLine;<a href&equals;"http&colon;&sol;&sol;www&period;useit&period;com">usability<&sol;a> perspective&comma;<br &sol;>&NewLine;but they may have use as<br &sol;>&NewLine;&&num;8220&semi;incidental&&num;8221&semi;&comma; less relevant links&period; See the document<br &sol;>&NewLine;<cite><a href&equals;"links&period;html">Links Want To Be Links<&sol;a><&sol;cite>&period;<&sol;p>&NewLine;<h2>Forms<&sol;h2>&NewLine;<form action&equals;"somewhere&period;cgi">&NewLine;<div>&NewLine;<input type&equals;"hidden" name&equals;"hidden field" value&equals;"42"&sol;><br &sol;>&NewLine;This is a form containing various fields &lpar;with some initial<br &sol;>&NewLine;values &lpar;defaults&rpar; set&comma; so that you can see how input text looks<br &sol;>&NewLine;like without actually typing it&rpar;&colon;<&sol;div>&NewLine;<ul>&NewLine;<li><label for&equals;"zname">Name<&sol;label><input type&equals;"text" class&equals;"classed" required&equals;"" placeholder&equals;" Name" id&equals;"zname"><&sol;li>&NewLine;<li><label for&equals;"zemail">Email<&sol;label><input type&equals;"email" class&equals;"classed" multiple&equals;"" placeholder&equals;"email addresses" required&equals;"" id&equals;"zemail"><&sol;li>&NewLine;<li><label for&equals;"zdob">Birthday<&sol;label><input type&equals;"date" class&equals;"classed" required&equals;"" placeholder&equals;"01&sol;01&sol;84" id&equals;"zdob"><&sol;li>&NewLine;<li><label for&equals;"zage">Age<&sol;label><input type&equals;"number" class&equals;"classed" required&equals;"" min&equals;"21" max&equals;"105" id&equals;"zage"><&sol;li>&NewLine;<li><label for&equals;"zphone">Phone<&sol;label><input type&equals;"tel" class&equals;"classed" pattern&equals;"&bsol;d&lbrace;3&rcub;-&bsol;d&lbrace;3&rcub;-&bsol;d&lbrace;4&rcub;" placeholder&equals;"XXX-XXX-XXXX" id&equals;"zphone"><&sol;li>&NewLine;<li><label for&equals;"zrange">Satisfaction<&sol;label><input type&equals;"range" id&equals;"zrange" min&equals;"0" max&equals;"10" step&equals;"1" list&equals;"zrangelist">&NewLine;<p> <datalist id&equals;"zrangelist"><option value&equals;"7">7<&sol;option><option value&equals;"8">8<&sol;option><option value&equals;"9">9<&sol;option><option value&equals;"10">10<&sol;option><&sol;datalist>&NewLine; <&sol;li>&NewLine;<li><label for&equals;"ztweet">Twitter<&sol;label><input type&equals;"text" class&equals;"classed" pattern&equals;"&commat;&bsol;w&ast;" placeholder&equals;"&commat;twitter" required&equals;"" id&equals;"ztweet"><&sol;li>&NewLine;<li>&NewLine; <input type&equals;"submit" value&equals;"submit"><&sol;li>&NewLine;<&sol;ul>&NewLine;<div><label for&equals;"but">Button&colon;<br &sol;>&NewLine;<button id&equals;"but" type&equals;"submit" name&equals;"foo" value&equals;"bar">A cool<br &sol;>button<&sol;button><&sol;label><&sol;div>&NewLine;<div><label for&equals;"f0">Reset button&colon;<br &sol;>&NewLine;<input id&equals;"f0" type&equals;"reset" name&equals;"reset" value&equals;"Reset"><&sol;label><&sol;div>&NewLine;<div><label for&equals;"f1">Single-line text input field&colon; <input id&equals;"f1" name&equals;"text" size&equals;"20" value&equals;"Default text&period;"><&sol;label><&sol;div>&NewLine;<div><label for&equals;"f2">Multi-line text input field &lpar;textarea&rpar;&colon;<&sol;label><br &sol;>&NewLine;<textarea id&equals;"f2" name&equals;"textarea" rows&equals;"2" cols&equals;"20"><br &sol;>&NewLine;Default text&period;<br &sol;>&NewLine;<&sol;textarea><&sol;div>&NewLine;<div>The following two radio buttons are inside<br &sol;>&NewLine;a <code>fieldset<&sol;code> element with a <code>legend<&sol;code>&colon;<&sol;div>&NewLine;<fieldset>&NewLine;<legend>Legend<&sol;legend>&NewLine;<div><label for&equals;"f3"><input id&equals;"f3" type&equals;"radio" name&equals;"radio" value&equals;"1"> Radio button 1<&sol;label><&sol;div>&NewLine;<div><label for&equals;"f4"><input id&equals;"f4" type&equals;"radio" name&equals;"radio" value&equals;"2" checked> Radio button 2 &lpar;initially checked&rpar;<&sol;label><&sol;div>&NewLine;<&sol;fieldset>&NewLine;<fieldset>&NewLine;<legend>Check those that apply<&sol;legend>&NewLine;<div><label for&equals;"f5"><input id&equals;"f5" type&equals;"checkbox" name&equals;"checkbox"> Checkbox 1<&sol;label><&sol;div>&NewLine;<div><label for&equals;"f6"><input id&equals;"f6" type&equals;"checkbox" name&equals;"checkbox2" checked> Checkbox 2 &lpar;initially checked&rpar;<&sol;label><&sol;div>&NewLine;<&sol;fieldset>&NewLine;<div><label for&equals;"f10">A <code>select<&sol;code> element with <code>size&equals;"1"<&sol;code><br &sol;>&NewLine;&lpar;dropdown box&rpar;&colon;<br &sol;>&NewLine;<select id&equals;"f10" name&equals;"select1" size&equals;"1"><option>one<&sol;option><option selected>two &lpar;default&rpar;<&sol;option><option>three<&sol;option><&sol;select><&sol;label><&sol;div>&NewLine;<div><label for&equals;"f11">A <code>select<&sol;code> element with <code>size&equals;"3"<&sol;code><br &sol;>&NewLine;&lpar;listbox&rpar;&colon;<&sol;label><br &sol;>&NewLine;<select id&equals;"f11" name&equals;"select2" size&equals;"3"><option>one<&sol;option><option selected>two &lpar;default&rpar;<&sol;option><option>three<&sol;option><&sol;select><&sol;div>&NewLine;<div><label for&equals;"f99">Submit button&colon;<br &sol;>&NewLine;<input id&equals;"f99" type&equals;"submit" name&equals;"submit" value&equals;"Just a test"><&sol;label><&sol;div>&NewLine;<&sol;form>&NewLine;<h2>Tables<&sol;h2>&NewLine;<p>The following table has a caption&period; The first row is in a thead&comma; the second row is the tfoot&comma; and the rest is in a tbody&period; The first column<br &sol;>&NewLine;contain table header cells &lpar;<code>th<&sol;code> elements&rpar; only&semi; other cells<br &sol;>&NewLine;are data cells &lpar;<code>td<&sol;code> elements&rpar;&colon;<&sol;p>&NewLine;<table summary&equals;&NewLine;"Each row names a Nordic country and specifies its total area and land area&comma; in square kilometers"><&sol;p>&NewLine;<caption>Sample table&colon; Areas of the Nordic countries&comma; in sq km<&sol;caption>&NewLine;<thead>&NewLine;<tr>&NewLine;<th scope&equals;"col">Country<&sol;th>&NewLine;<th scope&equals;"col">Total area<&sol;th>&NewLine;<th scope&equals;"col">Land area<&sol;th>&NewLine;<&sol;tr>&NewLine;<&sol;thead>&NewLine;<tfoot>&NewLine;<tr>&NewLine;<th scope&equals;"col">Country<&sol;th>&NewLine;<th scope&equals;"col">Total area<&sol;th>&NewLine;<th scope&equals;"col">Land area<&sol;th>&NewLine;<&sol;tr>&NewLine;<&sol;tfoot>&NewLine;<tbody>&NewLine;<tr>&NewLine;<th scope&equals;"row">Denmark<&sol;th>&NewLine;<td> 43&comma;070 <&sol;td>&NewLine;<td> 42&comma;370<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<th scope&equals;"row">Finland<&sol;th>&NewLine;<td>337&comma;030 <&sol;td>&NewLine;<td>305&comma;470<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<th scope&equals;"row">Iceland<&sol;th>&NewLine;<td>103&comma;000 <&sol;td>&NewLine;<td>100&comma;250<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<th scope&equals;"row">Norway<&sol;th>&NewLine;<td>324&comma;220 <&sol;td>&NewLine;<td>307&comma;860<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<th scope&equals;"row">Sweden<&sol;th>&NewLine;<td>449&comma;964 <&sol;td>&NewLine;<td>410&comma;928<&sol;td>&NewLine;<&sol;tr>&NewLine;<&sol;tbody>&NewLine;<&sol;table>&NewLine;<h2>HTML5 Elements<&sol;h2>&NewLine;<h3>Details and Summary<&sol;h3>&NewLine;<details>&NewLine;<summary>This is the summary of the details<&sol;summary>&NewLine;<p>This is a paragraph within a <code>details<&sol;code> element&comma; outside of the <code>summary<&sol;code><&sol;p>&NewLine;<&sol;details>&NewLine;<h3>Figure and Figcaption<&sol;h3>&NewLine;<figure>&NewLine; <img src&equals;"none&period;jpg" alt&equals;"img with invalid src"><figcaption>This is the figcaption<br &sol;>&NewLine; <&sol;figcaption><&sol;figure>&NewLine;<p><dialog>This is a dialog<&sol;dialog><&sol;p>&NewLine;<p>This paragraph has a <mark>mark<&sol;mark><&sol;p>&NewLine;<h3>Meter<&sol;h3>&NewLine;<ul>&NewLine;<li><meter>Meter<&sol;meter><&sol;li>&NewLine;<li><meter value&equals;1 min&equals;0 max&equals;4 low&equals;2 high&equals;3>1 of 4<&sol;meter><&sol;li>&NewLine;<li><meter value&equals;2 min&equals;0 max&equals;4 low&equals;1 high&equals;3>2 of 4<&sol;meter><&sol;li>&NewLine;<li><meter value&equals;61 min&equals;0 max&equals;100 low&equals;73 high&equals;87 optimum&equals;100>61<&sol;meter><&sol;li>&NewLine;<&sol;ul>&NewLine;<h3>Progress<&sol;h3>&NewLine;<ul>&NewLine;<li><progress>Empty<&sol;progress><&sol;li>&NewLine;<li><progress min&equals;"0" max&equals;"100" value&equals;"17">17&percnt; complete<&sol;progress><&sol;li>&NewLine;<li><progress value&equals;"75" max&equals;"100">75&percnt; complete<&sol;progress><&sol;li>&NewLine;<&sol;ul>&NewLine;<aside>&NewLine;<h1>This is an aside<&sol;h1>&NewLine;<h2>Character test<&sol;h2>&NewLine;<p>The following table has some sample characters with<br &sol;>&NewLine;annotations&period; If the browser&&num;8217&semi;s default font does not<br &sol;>&NewLine;contain all of them&comma; they may get displayed using backup fonts&period;<br &sol;>&NewLine;This may cause stylistic differences&comma; but it should not<br &sol;>&NewLine;prevent the characters from being displayed at all&period;<&sol;p>&NewLine;<table>&NewLine;<thead>&NewLine;<tr>&NewLine;<th>Char&period;<&sol;th>&NewLine;<th>Explanation <&sol;th>&NewLine;<th>Notes<&sol;th>&NewLine;<&sol;tr>&NewLine;<&sol;thead>&NewLine;<tbody>&NewLine;<tr>&NewLine;<td>ê <&sol;td>&NewLine;<td>e with circumflex <&sol;td>&NewLine;<td>Latin 1 character&comma; should be ok<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<td>&&num;8212&semi;<&sol;td>&NewLine;<td>em dash <&sol;td>&NewLine;<td>Windows Latin 1 character&comma; should be ok&comma; too<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<td>&&num;x100&semi;<&sol;td>&NewLine;<td>A with macron &lpar;line above&rpar; <&sol;td>&NewLine;<td>Latin Extended-A character&comma; not present in all fonts<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<td>&Omega&semi;<&sol;td>&NewLine;<td>capital omega <&sol;td>&NewLine;<td>A Greek letter<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<td>&&num;x2212&semi;<&sol;td>&NewLine;<td>minus sign <&sol;td>&NewLine;<td>Unicode minus<&sol;td>&NewLine;<&sol;tr>&NewLine;<tr>&NewLine;<td>&&num;x2300&semi;<&sol;td>&NewLine;<td>diameter sign <&sol;td>&NewLine;<td>relatively rare in fonts<&sol;td>&NewLine;<&sol;tr>&NewLine;<&sol;tbody>&NewLine;<&sol;table>&NewLine;<&sol;aside>&NewLine;<footer>&NewLine;<hr title&equals;"Information about this document"&sol;>&NewLine;<p>This <code>footer<&sol;code> starts with an <code>hr<&sol;code>&comma; followed by two <code>p<&sol;code>s&period;<&sol;p>&NewLine;<p>Last update&colon; <time>2015-08-12<&sol;time>&period;<&sol;p>&NewLine;<&sol;footer>&NewLine;