In the lesson I have to create an element with a link to catphotosapp dot com, but the test results say I need an element with a link to catphotosapp wbr dot com
I cannot post it because I am new and they will not let me post links
but my lesson has me inserting a link with anchor words, all good, then the test results keep insisting that I do not have the link in the element, which I clearly do, so I guess I will start the lesson again
There is also a restriction from preventing me from posting code with a link in it, because when I try to post it here, I get a message saying I am too new to post links yet.
Reread the instructions slowly and carefully. It tells you that the anchor element has two parts; a web address and anchor text. It then gives an example showing and explaining what part is the web address and what part is the anchor text.
Knowing that, you provided an answer but the big X is telling you that your anchor element does not have a link to http://freecatphotoapp.com
What does your link look like? Look at your link carefully and look at the link they want…again, look carefully.
Hint: There is a difference.
Thank you Roma, I did retry http instead of https and now it works, and I have advanced in my lesson, and thank you for acknowledging the wbr, that really threw me through a loop.
I opened an issue, but I should just make a PR for this. There is no reason why the challenge is mixing protocols like that. The protocol shown in the challenge text should be the same as required by the test.
The <wbr> tag in the message is fixed (PR), it is just not on the main site. You can check out the challenge on the FCC beta version which has the fix.
BTW, don’t use the beta version for your main progress in the curriculum.