AIDS Meanstack Dev: Lab3
<!DOCTYPE HTML>
<html>
<body>
<p>
<video width = "300" height = "200" controls autoplay>
<source src = "foo.ogg" type ="video/ogg" />
<source src = "foo.mp4" type = "video/mp4" />
Your browser does not support the <video> element.
</video>
</p>
<p>
<audio controls autoplay>
<source src = "audio.ogg" type = "audio/ogg" />
<source src = "audio.wav" type = "audio/wav" />
Your browser does not support the <audio> element.
</audio>
</p>
<p>
<iframe src="http://google.com" title="google search engine">
</iframe>
<iframe src="http://yahoo.com" title="google search engine">
</iframe>
</body>
</html>
Comments
Post a Comment