From ed6246b91a092c4c8334ecea198e87ebb2974d62 Mon Sep 17 00:00:00 2001 From: Ieahleen Date: Mon, 31 Aug 2020 05:01:40 +0200 Subject: [PATCH] update description of "Nest an anchor element in a paragraph" as discussed in #38507 (#38524) * remove parenthesis from description As discussed in #38507 , I'm removing the phrase in parenthesis * more succint description Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> --- .../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 bf68ab227f0..4d1cd0f2203 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 @@ -30,7 +30,7 @@ The final output of the example will look like this:

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