Breaking News
Loading...
Sunday 28 February 2016

Learn: HTML5 Complete course class 16 (Video & Audio) with Usama Rehman

10:27:00 pm
 
Whats Up! Guys today we are going to discuss very important Part of HTML5 training in this class we'll learn how to use Video & Audio Files in a Web Page without using Embed tag.Because it is an old tag and we are discussing new tags.

lets see the code:
<!DOCTYPE html>
<html>
<head>
    <title>Video & Audio | Tutting City</title>
    <meta charset="utf-8" />
</head>
<body>
    <h1>HTML5 Class 16 (Video and Audio)</h1>
    <h2>Demo Video:</h2>
<video width="600" height="400" controls>
<source src="Video.mp4" type="video/mp4">
</video>
<h3>Demo Audio:</h3>
<audio controls>
<source src="Audio.mp3" type="audio/mpeg"> </source>
</audio>
</body>
</html>
Now If need any clearness then wait for video till it upload.

 ?

Next
This is the most recent post.
Older Post
portrait

About Admin:

Usama Rehman, A Fiften Year Old Creative Article Writer, Web Designer, Web Developer, Photoshop Experienced person.He Love to Complete Complicated Tasks, Gaming, Getting Information About IT and Spending Most of His Time on Compter to Search something new or Create something New.He Like to help Peoples who Need Help.Remember Him in Your Prayers

0 comments:

Post a Comment

 
Toggle Footer