<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
https://www.codecademy.com/en/courses/make-a-website/lessons/site-structure/exercises/anchor-elements?action=resume
In what way does your code behave incorrectly? I click always the " Run " and it always apears the message… " Inside the company description paragraph, did you add the text? "
```
R. P. V. Car Racing Website
R. P. V. Car Racing Website
R. P. V. Car Racing Website is all about sports car racing history and present.
A primary focus is to create a huge photo archive containing all major national and international sports car races and to collect views of every single car in the field. Personal contributions have always been an essential part of this ambitious project, which is mainly a product of love to the sports car racing and is determined for all fans and photographers who like to share their own efforts or just browse the archives. Later some other kind of races, such as older Formula 1 or a classic era of the ETCC racing, were added to attract other fans or to enjoy the times when those sorts of racing were at their best.
Continue by clicking the Auto Car Website.
<do not remove the three backticks above>
What’s your error/question?
1 Like
I click always the " Run " and it always apears the message… " Inside the company description paragraph, did you add the text? "
This lesson requires you to enter the exact sentence:
1.Let’s create an anchor element to send visitors to a webpage that lists cities where Ollie bike sharing is available.
Between the opening <p>
and closing </p>
tags, after the last sentence, enter this text:
Here is a list of cities where you can find us.
Is this correct
<p>Continue by clicking the <a href="autocar.html">Auto Car Website</a>.</p>
As I said earlier the lesson is asking for the exact same text and links as asked for and shown in the instructions 
The syntax and code is correct replace with text and link as asked for:
<p>Here is a <a href="cities.html">list</a> of cities where you can find us.</p>
Ryan the SCT(code checker) is looking for the exact words and not only if it works. Thus you should reverse what you did and do as the lesson asks…
You can play around with your code in a code editor or an online environment with what text you want