File: testDocument.xhtml

package info (click to toggle)
plexus-utils2 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,024 kB
  • sloc: java: 25,796; xml: 166; makefile: 8; sh: 5
file content (2 lines) | stat: -rw-r--r-- 3,161 bytes parent folder | download | duplicates (11)
1
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Title</title><meta name="author" content="Author" /><meta name="date" content="Date" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head><body><p>Paragraph 1, line 1. Paragraph 1, line 2.</p><p>Paragraph 2, line 1. Paragraph 2, line 2.</p><div class="section"><h2>Section title</h2><div class="section"><h3>Sub-section title</h3><div class="section"><h4>Sub-sub-section title</h4><div class="section"><h5>Sub-sub-sub-section title</h5><div class="section"><h6>Sub-sub-sub-sub-section title</h6><ul><li>List item 1.</li><li>List item 2.<p>Paragraph contained in list item 2.</p><ul><li>Sub-list item 1.</li><li>Sub-list item 2.</li></ul></li><li>List item 3. Force end of list:</li></ul><div class="source"><pre>Verbatim text not contained in list item 3</pre></div><ol style="list-style-type: decimal"><li>Numbered item 1.<ol style="list-style-type: upper-alpha"><li>Numbered item A.</li><li>Numbered item B.</li></ol></li><li>Numbered item 2.</li></ol><p>List numbering schemes: [[1]], [[a]], [[A]], [[i]], [[I]].</p><dl><dt>Defined term 1</dt><dd>of definition list.</dd><dt>Defined term 2</dt><dd>of definition list.<div class="source"><pre>Verbatim text
                        in a box        </pre></div></dd></dl><p>--- instead of +-- suppresses the box around verbatim text.</p><div class="figure"><p align="center"><img src="figure.png" /></p><p align="center"><i>Figure caption</i></p></div><table align="center" border="1" class="bodyTable"><caption>Table caption</caption><tr class="a"><td align="center">Centered<br />cell 1,1</td><td align="left">Left-aligned<br />cell 1,2</td><td align="right">Right-aligned<br />cell 1,3</td></tr><tr class="b"><td align="center">cell <b>Bold</b>2,1</td><td align="left">cell 2,2</td><td align="right">cell 2,3</td></tr></table><p>No grid, no caption:</p><table align="center" border="0" class="bodyTable"><tr class="a"><td align="center">cell</td><td align="center">cell</td></tr><tr class="b"><td align="center">cell</td><td align="center">cell</td></tr></table><table align="center" border="1" class="bodyTable"><tr class="a"><th align="center">header</th><th align="center">header</th></tr><tr class="b"><td align="center">cell</td><td align="center">cell</td></tr></table><p>Horizontal line:</p><hr /><!-- PB --><p>New page.</p><p><i>Italic</i> font. <b>Bold</b> font. <tt>Monospaced</tt> font.</p><p><a name="Anchor">Anchor</a>. Link to <a href="#Anchor">Anchor</a>. Link to <a class="externalLink" href="http://www.pixware.fr">http://www.pixware.fr</a>. Link to <a href="#Anchor">showing alternate text</a>. Link to <a class="externalLink" href="http://www.pixware.fr">Pixware home page</a>.</p><p>Force line<br />break.</p><p>Non&#160;breaking&#160;space.</p><p>Escaped special characters:<br />~<br />=<br />-<br />+<br />*<br />[<br />]<br />&lt;<br />&gt;<br />{<br />}<br />\</p><p>Copyright symbol: ©, ©, <!-- A comment! -->©.</p><!-- A comment! --></div></div></div></div></div></body></html>