<!DOCTYPE html>
<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>
Share your pedals with the world
</h3>
<p>
Here is a list of cities where you can find us.
</p>
<img src ="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-1/bikes2.jpg
"
<a href = "cities.html">List</a> of cities where you can find us.
</body>
</html>
- Remove space from between
src
and=
- You have the closing quote
"
on the next line (remove the line space) - After the closing quotes
"
and/>
What kind of error did you get?
It’s hard to assume what went wrong here, but I see incorrect syntax on your img tag you missed closing angle bracket > to close this tag correctly.
Hello, textwhiz29556! I just read your message, I think i know what your problem is, cancel the
tag saying “Here is a list of cities where you can find us.” Then, before the List of cities where you can find us, add Here is a.
I hope this helps!
<img src="https://s3.amazonaws.com/codeacademy-content/projects/make-a-website/lesson-1/bikes2.jpg"/>
```Still I'm not getting.
1 Like
Can anyone send the correct form of this tag!!!PLEASE!!!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.