freeCodeCamp Challenge Guide: Link to External Pages with Anchor Elements

Pay attention all details.

2 Likes

This is code which works for me

.red-text { color: red; }

h2 {
font-family: Lobster, Monospace;
}

p {
font-size: 16px;
font-family: Monospace;
}

.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}

.smaller-image {
width: 100px;
}

CatPhotoApp

cat photos

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

1 Like

I have copied both of the correct answers in this thread and still not passing. In fact, by copying them I receive 2 fails instead of the 1 I currently have.

2 Likes

I did the anchor bit but it’s not letting me pass. I tried putting it into a paragraph, let the anchor stand alone, the program wont let me pass. saying that I have to use an anchor statement, which I did.

<a http://freecatphotoapp.com>cat photos

help please. only issue I’ve got on this exercise.

2 Likes

Use href there and = also and after the "cat photos use < /a > also
here is the exact form
<a href=http://freecatphotoapp.com>Cat Photos

1 Like

please put your code here

I typed my code exactly like yours and still can’t pass.

1 Like

1 Like

that worked for me too.

Here's a cat photos

.red-text { color: red; }

h2 {
font-family: Lobster, Monospace;
}

p {
font-size: 16px;
font-family: Monospace;
}

.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}

.smaller-image {
width: 100px;
}

CatPhotoApp

A cute orange cat lying on its back.

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

indent preformatted text by 4 spaces
1 Like