en.javascript.info/2-ui/1-document/02-dom-nodes/elks.html
Ilya Kantor 508969c13f up
2017-02-28 12:54:48 +03:00

11 lines
173 B
HTML

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