-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.html
More file actions
12 lines (11 loc) · 1011 Bytes
/
Copy pathexample.html
File metadata and controls
12 lines (11 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
<p>This is an ordinary paragraph. It is the first paragraph of the document.</p>
<p><h1>Here’s a level one heading</h1></p>
<p>This is another paragraph. Formatting within this paragraph includes <b>these words in bold</b> and <i>these words in italics</i>.</p>
<ul><li><p>This is a bulleted list item</p>
</li></ul><ul><li><p>And this is another one, which has a numbered list under it</p>
</li></ul><ul><ul><li><p>This is the first numbered list item.</p>
</li></ul></ul><ul><ul><li><p>This is the second numbered list item.</p>
</li></ul></ul><ul><ul><li><p>This is the third numbered list item, which has <b>these three words</b> in bold.</p>
</li></ul></ul><ul><li><p>And a final list item with a bullet</p>
</li></ul><table><tr><td><p>Northwest cell</p></td><td><p>Northeast cell</p></td></tr><tr><td><p>Southwest cell</p></td><td><p>Southeast cell</p></td></tr></table><p><h2>And a level two heading</h2></p>
<p>And this is a paragraph that follows the level two heading.</p>