mirror of
https://github.com/AdaCore/vss-extra.git
synced 2026-02-12 13:53:04 -08:00
12 lines
387 B
HTML
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>
|