Skip to content

Commit

Permalink
Merge branch 'H-Darji-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cuklev committed May 12, 2016
2 parents 97e4982 + e4bd433 commit 76ca5b1
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="https://exit.sc/?url=http%3A%2F%2Falonetone.com%2Ftrgbanks%2Ftracks%2Finto-the-sunset-no-copyright-1.mp3" type="audio/mp3">
Your browser dose not support HTML5 audio.
</audio>

<p>
Audio courtesy: <strong>TRG Banks, Into The Sunset (No Copyright)</strong>
<br />Source: <a href="https://soundcloud.com/trgbanks/into-the-sunset-no-copyright" target="_blank">TRG Banks (Soundcloud)</a>
</p>
</section>
<section>
<h2>Video</h2>
<video width="400" controls>
Expand Down

0 comments on commit 76ca5b1

Please sign in to comment.