Files
VSS/testsuite/html/test_data/comment_html_2.xhtml
2022-07-19 14:13:47 +03:00

12 lines
387 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Comment immidiately after start tag of the 'html' element -->
<!-- Note, it is recommended to add new line after each comment inside 'html' before 'head', not implemented -->
<head>
<title>Test of the 'html' start tag omitting</title>
</head>
<body>
<p>Welcome to this example.</p>
</body>
</html>