diff --git a/views/tutorial/html/10.erb b/views/tutorial/html/10.erb
index 4dc5c369..10ff93ce 100644
--- a/views/tutorial/html/10.erb
+++ b/views/tutorial/html/10.erb
@@ -9,9 +9,9 @@
Thank you!
-
Thanks for trying out Chapter One of the Neocities tutorial! This is a work in progress—let us know if you have any questions or suggestions.
+
Thanks for trying out Chapter One of the Neocities tutorial! This is a work in progress—let us know if you have any questions or suggestions. We'd also love to hear your ideas for Chapter Two: Basic CSS.
To continue working on your site, head to the dashboard!
-
You can also keep up with cool sites on Neocities via your news feed!
+
You can also check out all the cool sites on Neocities and follow them via your news feed.
diff --git a/views/tutorial/html/2.erb b/views/tutorial/html/2.erb
index 34a619b3..d716b422 100644
--- a/views/tutorial/html/2.erb
+++ b/views/tutorial/html/2.erb
@@ -9,12 +9,12 @@
background-size: 289px;
position: absolute;
right: -46px;
- top: 0;
+ top: 10px;
z-index: 1000;">
-
+
And here's some HTML, right in this box! Let's make a change. Replace Hello World with a name for your site like 's Website, and click save!
-
+
You'll see the results here.
Make sure to check the green boxes below for important bonus info!
diff --git a/views/tutorial/html/3.erb b/views/tutorial/html/3.erb
index 6fc3fb47..5735fd9f 100644
--- a/views/tutorial/html/3.erb
+++ b/views/tutorial/html/3.erb
@@ -1,13 +1,12 @@
-
- Great!
- Check out your site at
victoria.neocities.org.
- You did it!
+
+ Great work! Let's move on to writing your first tag.
+
-
- But... hm... it needs a little something more. Let's make your name a heading by putting a Heading Level 1 tag around it.
+
+ Let's make your name a heading by putting a Heading Level 1 tag around it.
-
+
Change the text to this:
and click save.
diff --git a/views/tutorial/html/4.erb b/views/tutorial/html/4.erb
index 9100fcba..f2d192b6 100644
--- a/views/tutorial/html/4.erb
+++ b/views/tutorial/html/4.erb
@@ -1,13 +1,18 @@
-
-
+
+
Now let's add a paragraph of text below the h1 heading. Perhaps "Welcome to my website" or your favorite quote.
-
+
To make a paragraph, surround your text with the <p> tag. So it should look something like
- <p>Hello!</p>
+ <p>Welcome!</p>
+
+
What do I put on my website?
+
With HTML, you can make the exact website that you want to make, free from the limits of social networks. It could be a personal page or it could be totally anonymous! You could write about your interests, share artwork, or post photos. You'll learn about adding links and images soon.
+
+