en.javascript.info/2-ui/1-document/02-dom-nodes/elk.html
2019-10-14 12:15:00 +03:00

11 lines
172 B
HTML

<!DOCTYPE HTML>
<html>
<body>
The truth about elk.
<ol>
<li>An elk is a smart</li>
<!-- comment -->
<li>...and cunning animal!</li>
</ol>
</body>
</html>