Files
core/ASCOfficeHtmlFile/SDK/html2xhtml/tests/test-comments.html

21 lines
442 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<p>...</p>
<!-- This is a comment -->
<!-- This is
another - comment -->
<!--
This is
also a comment
-->
<!-- This is a very very very very very very very very very very
large comment. It needs to be presented in at least three lines for
80 character lines. -->
</body>
</html>