Skip to content

Instantly share code, notes, and snippets.

View mammasz's full-sized avatar
💭
I may be slow to respond.

mammasz

💭
I may be slow to respond.
View GitHub Profile
<!DOCTYPE html>
<html>
<body>
<button onclick="playVid()" type="button">Play Video</button>
<button onclick="pauseVid()" type="button">Pause Video</button>
<br>
<video id="video1">
<source src="mov_bbb.mp4" type="video/mp4">
<source src="mov_bbb.ogg" type="video/ogg">