diff --git a/public/img/tutorial/ch1pg2.png b/public/img/tutorial/ch1pg2.png index c8cad418..bc0f2982 100644 Binary files a/public/img/tutorial/ch1pg2.png and b/public/img/tutorial/ch1pg2.png differ diff --git a/public/img/tutorial/ch1pg2_2.png b/public/img/tutorial/ch1pg2_2.png new file mode 100644 index 00000000..328b4422 Binary files /dev/null and b/public/img/tutorial/ch1pg2_2.png differ diff --git a/views/tutorial/html/2.erb b/views/tutorial/html/2.erb index 8fe1359b..fb0c3f59 100644 --- a/views/tutorial/html/2.erb +++ b/views/tutorial/html/2.erb @@ -1,17 +1,25 @@ -
+

All you need to build your first site is a computer language called HTML.

HTML is made of tags - there's usually an opening tag and a closing tag, with content in between them.

-
+
+
+
And here's some HTML, right in this box! Let's make a change. Replace Hello World with 's Website, and click save!
-
+

You'll see the results here.

Make sure to check the green boxes below for important bonus info!

-
+

Welcome to HTML!

HTML stands for HyperText Markup Language. Hypertext refers to text that has links, and markup refers to the tags.