From 4734ff4154b6a0947906235aa53ad32c31001757 Mon Sep 17 00:00:00 2001 From: Bannon Tanner Date: Sun, 17 Feb 2019 12:24:13 -0600 Subject: [PATCH] nest anchor within paragraph instructions modification (#26441) * modified wording to be more clear wording on challenge instructions may have been unclear to some campers changes "your" to "the" existing a element to make it more clear * fix: removed change not needed --- .../nest-an-anchor-element-within-a-paragraph.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.english.md index d8d1a5f2ea..b062f85747 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.english.md @@ -20,7 +20,7 @@ The final output of the example will look like this:

Here's a a element within a new p element (just after the existing main element). The new paragraph should have text that says "View more cat photos", where "cat photos" is a link, and the rest of the text is plain text. ## Tests