<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/make-a-website/lessons/site-structure/exercises/add-video?action=resume
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I’m not getting any error messages, at first it read: “must be paired with :>” but I added “>” The second exercise is not being checked off because the video won’t play.
```
"https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-1/ollie.mp4"
<do not remove the three backticks above>
i am still having a problem because the video cant play.After doing this
"https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-1/ollie.mp4"
Please paste in your full code
This URL should be the src
of the video, so replace video-ur1.mp4
with the video URL
it is not working
someone should answer it correctly please
i have the same issue, this is the code i am using:
<video width="320" height="240" controls src="https://s3.amazonaws.com/codeacademy-content/projects/make-a-website/lesson-1/ollie.mp4" type="video/mp4">
</video>
i also used this:
<video width="320" height="240" controls><source src="https://s3.amazonaws.com/codeacademy-content/projects/make-a-website/lesson-1/ollie.mp4" type="video/mp4">
</video>
Having the same issue,i put the video, after before in out outside etc…
<body>
<h1>Ollie bike Sharing</h1>
<h3>Share your Pedals with the World </h3>
<p>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 <a href="cities.html">list</a> list of cities where you can find us.
</p>
<video width="320" heigth="240" controls>
<source src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-1/ollie.mp4" type="video/mp4">
</video>
</body>
</html>
I am having the same problem with the Video, Pls Help me
Here is my code:
Ollie Bike Sharing
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.
Some one explain me what to do...
dont put that extra video url.mp4 stuff i just put
<source src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-1/ollie.mp4" and it worked
@superblife, @ibrahimburi, @akinolumuyide, @elena_mn, @camelt0e, @bionicjello, @xxxritvikxxx, @blogpro56045
Try it by using
<!DOCTYPE html>
<html>
<head>
<title>Ollie Bike Sharing</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="container">
<div class="nav">
<h2>Ollie</h2>
<ul>
<li>sign up</li>
<li>search bikes</li>
<li>reserve a bike</li>
<li>about us</li>
</ul>
</div>
<div class="main">
<h1>Ollie Bike Sharing</h1>
<h3>Share Your Pedals with the World.</h3>
<p>This is a paragraph, describing the comp</p>
<p>Here is a
<a href="cities.html">list</a>
of cities where you can find us.</p>
<video width="320" height="165" controls>
<source src="https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-1/ollie.mp4" type=video/mp4>
</video>
</div> <!-- end of =main= section -->
</div> <!-- end of =container= with =nav= and =main= sections -->
</body>
</html>
1 Like
same problem, can’t get passed the video portion of lesson 8.
Thxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thanks!It work. I dont know why my code doesnt work…
@blogpro56045
…Maybe because did not have a container with a nav and main section ??
It would be great if we all knew how to use classes before we learn how to embed a video in html.
@gigasolver26705
Then do the HTML & CSS course…
If you need help please create a new topic with details