Theme
- dark
- light
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- You can remove all the code below and start from
a clean slate -->
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
<p>Here is a paragraph of text.</p>
<hr />
<abbr>Specifies abbreviations.</abbr>
<br />
<b>It is used to bold text.</b>
<br />
<cite>It specifies the work title.</cite>
<br />
<code>Specifies text in computer code.</code>
<br />
<strong>Used for describing important text.</strong>
<br />
<i>Formats text in document to italic text.</i>
<br />
<strike>Skrike through text</strike>
<br />
<a href="https://google.com">Go to google</a>
<ul>
Enter to Rename, Shift+Enter to Preview
1
h
Enter to Rename, Shift+Enter to Preview