Merge pull request #9435 from RyanWillDev/fix/add-anchor-wording-html5-and-css

Fix Turn an Image into a Link Challenge
This commit is contained in:
Mrugesh Mohapatra
2016-06-28 19:41:08 +00:00
committed by GitHub

View File

@ -1634,6 +1634,7 @@
"Nest your image within an <code>a</code> element. Here's an example:", "Nest your image within an <code>a</code> element. Here's an example:",
"<code>&#60;a href=\"#\"&#62;&#60;img src=\"https://bit.ly/fcc-running-cats\"&#62;&#60;/a&#62;</code>", "<code>&#60;a href=\"#\"&#62;&#60;img src=\"https://bit.ly/fcc-running-cats\"&#62;&#60;/a&#62;</code>",
"Remember to use <code>#</code> as your <code>a</code> element's <code>href</code> property in order to turn it into a dead link.", "Remember to use <code>#</code> as your <code>a</code> element's <code>href</code> property in order to turn it into a dead link.",
"Place the existing image element within an anchor element.",
"Once you've done this, hover over your image with your cursor. Your cursor's normal pointer should become the link clicking pointer. The photo is now a link." "Once you've done this, hover over your image with your cursor. Your cursor's normal pointer should become the link clicking pointer. The photo is now a link."
], ],
"challengeSeed": [ "challengeSeed": [