OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
scherkus (not reviewing)
2013/06/14 20:50:45
<!DOCTYPE html>
shadi
2013/06/17 19:13:59
Done.
| |
2 <body> | |
3 <video id="video_1" src="bear.webm" controls></video> | |
scherkus (not reviewing)
2013/06/14 20:50:45
nit: in your other html pages you don't use a "_"
shadi
2013/06/17 19:13:59
Done.
| |
4 <video id="video_2" src="bear.webm" controls></video> | |
5 </body> | |
6 <script type="text/javascript"> | |
scherkus (not reviewing)
2013/06/14 20:50:45
script can go in body
shadi
2013/06/17 19:13:59
Done.
| |
7 var videos = document.getElementsByTagName('video'); | |
scherkus (not reviewing)
2013/06/14 20:50:45
what is the point of this statement? is some other
shadi
2013/06/17 19:13:59
Not really. I added it when I was thinking of othe
| |
8 </script> | |
9 </html> | |
OLD | NEW |