<div id="div1" style="position: absolute; top: 0px; left: 0px;">
<video width="320" height="240" controls="controls">
<source src="C:\Users\Trent Terrill\Desktop\Website Stuff\Media\video.ogg" type="video/ogg"/>
Your browser does not support the video tag.
</video>
</div>
It won’t work in any browser.
First, …
(See http://www.w3.org/TR/html5/video.html#attr-media-controls)
Second …
Using a “Windows-style” path like
could be a problem for the browser. Try to setup a local webserver (e.g. Apache) and convert your path to a URL.