I am also having trouble on 5. Anchor Elements

I am also having trouble on 5. Anchor Elements, here is my code

Ollie Bike Sharing

Share Your Pedals With The World.

Need a set of wheels while you're in town? Use Ollie to pair your perfect vacation with a stylish, affordable bike rental.Here is a list of cities where you can find us.

Help please?

Please make your code visible by using this format:

http://discuss.codecademy.com/t/using-backticks-to-format-your-code/3697/11


<html>
<head>
  <title>Ollie Bike Sharing</title>
  <meta charset="utf-8"/>
  <link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<h1>ollie bike sharing</h1>
  <h3>condividi i pedali con il mondo </h3>
  <P> Hai bisogno di un set di ruote, mentre siete in citta? utilizzare ollie acoppiare la vostra vacanza perfetta con un elegante a prezzi accessibili noleggio di biciclette ecco un elenco di citta in cui ci possono trovare. </P>

You have your tags p in uppercase it should be in lowercase

1 Like

The anchor element looks correct linking “list” to the URL. There is a red circle with a line through it in the “RUN” box while running. Webpage comes out with “list” blue and underlined. No error message. Everything is good until I try to test the webpage as suggested. Nothing happens. Hate to make another move without finding out what happened.