Hello!
The link will not show up in the preview. The a element needs to have text. Whatever text is in the a element, will show as the link. You will learn about this in step 12 of the Cat Photo App. But if you have any questions so far about step 10, be sure to ask.
Example: <p>I think <a href="https://www.freecodecamp.org">freeCodeCamp</a> is great!</p>
The output will look like this, where the word freeCodeCamp is the link: