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

Thu, 31 Aug 2017 15:17:03 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:17:03 +0800
changeset 2525
2eb010b6cb22
parent 0
959103a6100f
permissions
-rw-r--r--

merge

aoqi@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
aoqi@0 2 <html>
aoqi@0 3 <head>
aoqi@0 4 <title>Markup test</title>
aoqi@0 5 <meta name="keywords" content="testContent">
aoqi@0 6 <link rel="testRel" href="testLink.html">
aoqi@0 7 </head>
aoqi@0 8 <!-- ======== START OF BODY ======== -->
aoqi@0 9 <body>
aoqi@0 10 <!-- ======== START OF PARAGRAPH ======== -->
aoqi@0 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>
aoqi@0 12 <p><a href="testLink.html" name="Another version of a tag"></a></p>
aoqi@0 13 <dl>
aoqi@0 14 <dd>Test DD</dd>
aoqi@0 15 </dl>
aoqi@0 16 <hr>
aoqi@0 17 </body>
aoqi@0 18 </html>

mercurial