<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title> 4. Transform-Beispiel Video </title>
			<meta name="author" content="Administrator"/>
			<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
			<link rel="stylesheet" type="text/css"
				href="html5-css3-transform-multi4.css" title="style1"/>
	</head>

<body>
	<h1> 4. Transform-Beispiel Video</h1>

<p>

<video controls="controls"   >
  <source src="mov_bbb.mp4"  type="video/mp4"/>
</video>
</p>

<p>

<video controls="controls" class="box"   >
  <source src="mov_bbb.mp4"  type="video/mp4"/>
</video>
</p>



</body>
</html>











