Merge pull request #13772 from jdeprey/fix/say-hello-map

Clarify instructions in Say Hello to HTML challenge
This commit is contained in:
Timo
2017-03-09 22:52:35 +01:00
committed by GitHub

View File

@ -34,7 +34,7 @@
"title": "Say Hello to HTML Elements", "title": "Say Hello to HTML Elements",
"description": [ "description": [
"Welcome to freeCodeCamp's coding challenges. These will walk you through web development step-by-step.", "Welcome to freeCodeCamp's coding challenges. These will walk you through web development step-by-step.",
"We recommend you do these in order, but feel free to skip around by clicking the map on the left.", "We recommend you do these in order, but feel free to skip around by clicking the map in the menu above.",
"Also, if you want to save your progress, you should join our community by creating an account. In just a few minutes, you can join our chat room, forum, and even a local study group in your city.", "Also, if you want to save your progress, you should join our community by creating an account. In just a few minutes, you can join our chat room, forum, and even a local study group in your city.",
"First, you'll start by building a simple web page using HTML. You can edit <code>code</code> in your <code>text editor</code>, which is embedded into this web page.", "First, you'll start by building a simple web page using HTML. You can edit <code>code</code> in your <code>text editor</code>, which is embedded into this web page.",
"Do you see the code in your text editor that says <code>&#60;h1&#62;Hello&#60;/h1&#62;</code>? That's an HTML <code>element</code>.", "Do you see the code in your text editor that says <code>&#60;h1&#62;Hello&#60;/h1&#62;</code>? That's an HTML <code>element</code>.",