Skip to content

Commit

Permalink
Added example of Audio tag
Browse files Browse the repository at this point in the history
  • Loading branch information
harshildarji committed May 11, 2016
1 parent 1f9395c commit 5d17471
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Topics/05. Semantic-HTML/demos/semantic-html5-tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ <h2>Categories</h2>
</li>
</ul>
</section>
<section>
<h2>Audio</h2>
<audio width="400" controls >
<source src="http://www.stephaniequinn.com/Music/Commercial%20DEMO%20-%2011.mp3" type="audio/mp3">
Your browser dose not support HTML5 audio.
</audio>

<p>
Audio courtesy: <strong>"Dancing in the Street" (Motown), Vandellas</strong>
<br />Source: <a href="http://www.stephaniequinn.com/samples.htm">Quinn Music</a>
</p>
</section>
<section>
<h2>Video</h2>
<video width="400" controls>
Expand Down

0 comments on commit 5d17471

Please sign in to comment.