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 <code>a</code> element to make it more clear

* fix: removed change not needed
This commit is contained in:
Bannon Tanner
2019-02-17 12:24:13 -06:00
committed by Aditya
parent e6143c7cf5
commit 4734ff4154

View File

@ -20,7 +20,7 @@ The final output of the example will look like this:<br><p>Here's a <a target="_
## Instructions ## Instructions
<section id='instructions'> <section id='instructions'>
Now nest your existing <code>a</code> element within a new <code>p</code> element (just after the existing <code>main</code> 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. Now nest the existing <code>a</code> element within a new <code>p</code> element (just after the existing <code>main</code> 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.
</section> </section>
## Tests ## Tests