Provided Additional Information on a challenge (#14690)

This commit is contained in:
Sakthi Kumar
2017-05-03 23:12:31 +05:30
committed by mrugesh mohapatra
parent c642e4d6ee
commit 0d9db6ea35

View File

@ -846,7 +846,8 @@
"Sometimes you want to add <code>a</code> elements to your website before you know where they will link.",
"This is also handy when you're changing the behavior of a link using <code>jQuery</code>, which we'll learn about later.",
"<hr>",
"The current value of the <code>href</code> attribute is a link that points to \"http://freecatphotoapp.com\". Replace the <code>href</code> attribute value with a <code>#</code>, also known as a hash symbol, to create a dead link."
"The current value of the <code>href</code> attribute is a link that points to \"http://freecatphotoapp.com\". Replace the <code>href</code> attribute value with a <code>#</code>, also known as a hash symbol, to create a dead link.",
"For example: <code>href=\"#\"</code>"
],
"challengeSeed": [
"<h2>CatPhotoApp</h2>",