Clarify Basic HTML instructions

This commit is contained in:
Joseph DePrey
2017-03-06 12:49:50 +01:00
parent 7608a0281f
commit 14fcc35555

View File

@ -34,7 +34,7 @@
"title": "Say Hello to HTML Elements",
"description": [
"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.",
"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>.",