HTML Guide
Paragraph Tag
<p>This is a paragraph tag anything either above and below will be given 1 line of space</p>
Linebreaks
<br> Is a single line break – it does not require a closing tag like the p tag above.
Links
<a href=”https://www.mito.org.au/”>This is a link tag</a>