jdk-24/test/langtools/jdk/javadoc/doclet/testHtmlDocument/testMarkup.html
Priya Lakshmi Muthuswamy e13ec79b60 8215577: Remove javadoc support for HTML 4
Reviewed-by: jjg, hannesw
2019-01-30 16:39:26 +05:30

19 lines
709 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Markup test</title>
<meta name="keywords" content="testContent">
<link rel="testRel" href="testLink.html">
</head>
<!-- ======== START OF BODY ======== -->
<body>
<!-- ======== START OF PARAGRAPH ======== -->
<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>
<p><a href="testLink.html" id="Another version of a tag"></a></p>
<dl>
<dd>Test DD</dd>
</dl>
<hr>
</body>
</html>