html/lists
This commit is contained in:
parent
5ed754e3a5
commit
eb4f44ac8d
1 changed files with 16 additions and 2 deletions
|
@ -2,14 +2,28 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>Title.</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Head 1</h1>
|
||||
<!-- Comment. -->
|
||||
<h1>Root heading</h1>
|
||||
|
||||
<p>Paragraph.</p>
|
||||
<p>A paragraph.</p>
|
||||
|
||||
<h2>A Heading</h2>
|
||||
<ol>Ordered:
|
||||
<li>Some item</li>
|
||||
<li>Another item</li>
|
||||
</ol>
|
||||
<p>Another paragraph.</p>
|
||||
|
||||
<h2>Another Heading</h2>
|
||||
<ul>Unordered:
|
||||
<li>Some item</li>
|
||||
<li>Another item</li>
|
||||
</ul>
|
||||
<time>Time.</time>
|
||||
|
||||
<footer>Footer.</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue