Hi! Welcome to my website! This is one of the few places where a person can call the internet their own. I hope to inspire others to create their own websites as others have. So come on in, the water's fine!
⭐ - 🌕 - ⭐ - 🌕 - ⭐ - 🌕 - ⭐
Please don't get mad if you can't find a certain page, I'm still working on things and coding (outside of Blockly) isn't quite my strongsuit.
<h1>This is a title</h1>
<p>This is a paragraph.</p>
<p><em>This is an italicized paragraph.</em></p>
<p><b>This is a bold paragraph.</b></p>
<p><u>This is an underlined paragraph.</u></p>
<h2>This is a heading:</h2>
<ul>
This is an unordered list
<li>here's a list item…</li>
<li>here's another…</li>
<li>and another!</li>
</ul>
<ol>
This is an ordered list:
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ol>
<div id="Footer"></div>