Need help with my external link, the test will not run

I am working on external links and my test will not run. I have to refresh the page the I need help with someone who is more experienced with this topic. thanks

Could you post your code?

External Links work like this:

<a href="https://google.com">Click to go to Google</a>

They work just like normal links to go to page to page.
DIrectory Files

  • index.html
  • about.html
<a href="index.html">Home</a>
<a href="about.html">About</a>
1 Like

The tests are probably running and failing. If you share your code and the failing test messages, we can help.

1 Like

Here's a Cat Photos

When sharing code, put it between ```. (Code Tags)