diff --git a/views/tutorial/html/2.erb b/views/tutorial/html/2.erb index d961736c..c32fc741 100644 --- a/views/tutorial/html/2.erb +++ b/views/tutorial/html/2.erb @@ -1,25 +1,24 @@
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.
You'll see the results here.
+Make sure to check the green boxes below for important bonus info!
HTML is just a bunch of tags. There's usually an opening tag and a closing tag, with content between them like this:
+HTML stands for HyperText Markup Language. + Hypertext refers to text that has links, and markup refers to the tags.
-tag Content visible on your site /tag- -
Don't worry if this seems confusing - you'll get the hang of it after a few more examples! If you ever get stuck, click the Help link below.
+Don't worry if anything seems confusing - you'll get the hang of it once you try coding! If you ever get stuck, click the Help link below.