Embedding MP4 In A Page Not Working

Hello,

I Want Show a Video in Web Page.

But I Don’t Understand Why This was Not Working?
Please Help…

<#video width=“320” height=“240” controls>

<#video width=“320” height=“240” controls>
<#source src=“video.mp4” type=“video/mp4”>
<#/video>

here is the code. remove #

Problem Solved :). I’ve been writing wrong codes :smiley:

Where to paste this code