REALL LANGUAGES

  • HOME
  • RESOURCES
  • TWITTER
  • HOME
  • RESOURCES
  • TWITTER
​<!doctype html>  
<html>  
<head>  
<meta charset="utf-8">  
<title>HTML5 with Video</title>  
  
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->  
  
<style>  
  
/**this will re-scale in smaller viewports**/  
     video {max-width:100%;}  
  
</style>  
</head>  
  
<body>  
  
<!--Add your videos below-->  
<video controls>  
<source src="files/theme/Presentations/StartersforEnglish.mp4" type='video/mp4' />  
 
</video>  
<!--end video-->  
  
</body>  
</html> 
CONTACT