<html><body><h1>My first website</h1><p>My stuff is really important.</p><br/>
How do you like them apples?
</body></html>
What are these tags?
body - this tag surrounds all the tags that are to show up in the web browser window.
h1 - this is a header tag. There are headers 1-6 where h1 is the largest and h6 is the smallest
p - the p tag creates paragraph breaks
br - the br tag creates a simple line break
If you want to try out the code above, click on the link below. It will open an online code editor so you can see what your HTML will look like in a browser.