Our First Webpage

Let’s write some code!

Now that we are all set up, let’s write some code.

Add the following to the HTML editor:

<h1>Myrtle the Turtle</h1>

The result should look like the below example:

Screenshot of CodePen with h1 code and preview.

Woo! Your first line of HTML code!