test/com/sun/javadoc/testHtmlDocument/testMarkup.html

Wed, 23 Mar 2011 14:40:18 -0700

author
bpatel
date
Wed, 23 Mar 2011 14:40:18 -0700
changeset 943
72bdd232e0ea
parent 0
959103a6100f
permissions
-rw-r--r--

7010342: End tag for element P is not open for few html files generated using new javadoc
Reviewed-by: jjg

     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
     2 <html>
     3 <head>
     4 <title>Markup test</title>
     5 <meta name="keywords" content="testContent">
     6 <link rel="testRel" href="testLink.html">
     7 </head>
     8 <!-- ======== START OF BODY ======== -->
     9 <body>
    10 <!-- ======== START OF PARAGRAPH ======== -->
    11 <p>This document is generated from sample source code and HTML files with examples of a wide variety of Java language constructs: packages, subclasses, subinterfaces, nested classes, nested interfaces,inheriting from other packages, constructors, fields,methods, and so forth. <a href="testLink.html">Click Here</a> to &lt;test&gt; out a link.</p>
    12 <p><a href="testLink.html" name="Another version of a tag"></a></p>
    13 <dl>
    14 <dd>Test DD</dd>
    15 </dl>
    16 <hr>
    17 </body>
    18 </html>

mercurial