Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 296 Bytes

File metadata and controls

21 lines (18 loc) · 296 Bytes

Text and headings

Headings

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

Paragraphs

<p>This is a paragraph.</p>

Line breaks

<p>This is a paragraph.<br>This is a new line.</p>