Recent Posts

Editors Picks

Tuesday, 5 April 2016

How To Use Audio & Video Tag in HTML

<html>
<head><title>jani world</title></head>
<body>


<audio controls>
  <source src="JANI1.ogg" type="audio/ogg">
  <source src="JANI2.mp3" type="audio/mpeg">
  Your browser does not support the audio element.
</audio>
</body>
</html>




<html>
<head>
<style>
body  {
    background-image: url("paper.gif");
    background-color: #cccccc;
}
</style>
</head>
<body>

<h1>Hello World!</h1>

</body>
</html>

0 comments:

Post a Comment