Hey guys, I’m having some trouble with a couple of error messages with the line of code I made for the video section on HTML. The picture of my code is below

The two messages are
- Special characters must be escaped : [ < ]
- Tag must be paired, no start tag
Cheers!
```
```
@austinblack2,
Try it by placing a space-character before your controls keyword…
and try to put the type=“video/mp4”> directly after your src definition
Thank you! It helped with one part but I’m still getting a special character message.

@austinblack2
Where is your >
for the source-Tag ???