Stuck at step 63

it seems very straightforward but it is not working :grin:
could someone point out what I am missing :arrow_heading_down:

No Copyright - freeCodeCamp.org

thank you

1 Like

Hey there! Have you figured it out? If not, here’s a hint:
You can put an ‘a’ tag around individual words or phrases in a body of text. Read what the instructions are asking very carefully to see what I mean.

If you’re still stuck after that, let me know.

5 Likes

Jacob,
thank you!
I knew it can’t be super complicated , and
I appreciate you giving me a hint instead of showing the solution! best way to learn .
I hope you are having an amazing day !

3 Likes

You’re welcome! :slight_smile: Have an amazing day yourself!

1 Like

please be more explicit. I don’t understand`

Sure thing.
So the anchor tag can be used to turn any piece of text into a link. All you have to do is put the opening tag at the beginning of a word or group of words, and the closing tag at the end of a word or group of words.

The task is for you to enclose a specific piece of the text in anchor tags to turn it into a link.

Example: Please click here to visit my homepage!

The only part of the text that is a clickable link is “click here” because that is the only part with anchor tags around it.

I hope that clarifies things for you. Good luck, and let me know if you need any more help!

Many thanks. However, still stucked here
image

Well, in my example, the code would look like this:

<a href=“https://www.my-home-page.com”>click here</a >

Got it now . Thanks :grinning: