Tests for HTML node

This commit is contained in:
hbeeken
2014-08-06 11:34:30 +01:00
parent 495dd3f2e0
commit 82fb15896c
2 changed files with 236 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<body>
<h1>This is a test page for node 70-HTML</h1>
<p>There's nothing to read here.</p>
<ol id="colours">
<li>Blue</li>
<li>Red</li>
</ol>
<ul id="fruits">
<li>Apple</li>
<li>Pear</li>
</ul>
<ul id="vegetables">
<li>Potato</li>
<li>Parsnip</li>
</ul>
</body>
</html>