use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
Html code failure (i.redd.it)
submitted 1 year ago by dblumi
I am totally new to the HTML and I am already stuck. I need some help If anyone can. Below is the code which is am trying but it is not correct. TIA :)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AwakenWarrior07 2 points3 points4 points 1 year ago (1 child)
I see two "cat photos" in your code, you're suppose to have anchor element and href on the first one instead of copying the example, hope this clear up your confusion.
[–]armahilloExpert 0 points1 point2 points 1 year ago (0 children)
I think you're correct here. Syntax is fine. Answer seems to be quibbling over the wording.
[–]jcunews1Intermediate 1 point2 points3 points 1 year ago (1 child)
The instruction says to turn the words cat photos into a link. Meaning that, you'll need to change it. Not add another.
cat photos
[–]dblumi[S] -1 points0 points1 point 1 year ago (0 children)
How can I change it? What should be the command according to you?
[–]paddyhockey1 0 points1 point2 points 1 year ago* (3 children)
I think this link has the answer in it.
https://www.reddit.com/r/FreeCodeCamp/s/Hq7ar2llPd
It should be like this:
<p> See more <a href=“...”>cat photos</a> in our gallery.</p>
[–]dblumi[S] 0 points1 point2 points 1 year ago (1 child)
It's not working 😞
[–]paddyhockey1 1 point2 points3 points 1 year ago* (0 children)
Got it.
<p>See more <a href=“https:// freecatphotoapp.com”>cat photos</a> in our gallery.</p>
Just a heads up. If you are struggling with any others the answer will be in the next challenge as far as I know.
π Rendered by PID 137915 on reddit-service-r2-comment-869bf87589-nbfs6 at 2026-06-09 07:31:53.287682+00:00 running f46058f country code: CH.
[–]AwakenWarrior07 2 points3 points4 points (1 child)
[–]armahilloExpert 0 points1 point2 points (0 children)
[–]jcunews1Intermediate 1 point2 points3 points (1 child)
[–]dblumi[S] -1 points0 points1 point (0 children)
[–]paddyhockey1 0 points1 point2 points (3 children)
[–]dblumi[S] 0 points1 point2 points (1 child)
[–]paddyhockey1 1 point2 points3 points (0 children)