editor-examples/Markup/SXML/example1.html
2024-06-09 00:27:31 -04:00

12 lines
294 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<title>An example page</title>
</head>
<body>
<h1 id="greeting">Hi, there!</h1>
<p>This is just an "&gt;&gt;example&lt;&lt;" to show XHTML &amp; SXML.</p>
</body>
</html>