diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index e0bd21ff14d..7df61ddc63e 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -43,10 +43,10 @@ "<h1>", "Closing tags look like this:", "</h1>", - "Note that the only difference between opening tags and closing tags is that closing tags have a slash after their opening angle bracket.", - "Each challenge has tests that you can run at any time by clicking the \"Run tests\" button. Once you get all tests passing (they change from red to green), you can go to the next coding challenge.", + "The only difference between opening and closing tags is the forward slash after the opening bracket of a closing tag.", + "Each challenge has tests you can run at any time by clicking the \"Run tests\" button. When you pass all tests, you'll be prompted to submit your solution and go to the next coding challenge.", "
", - "To pass the test on this challenge, change your h1 element's text to say \"Hello World\" instead of \"Hello\". Then click the \"Run tests\" button." + "To pass the test on this challenge, change your h1 element's text to say \"Hello World\"." ], "challengeSeed": [ "

Hello

"