Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

audio html tag

<figure>
    <figcaption>Listen to the T-Rex:</figcaption>
    <audio
        controls
        src="/media/cc0-audio/t-rex-roar.mp3">
            Your browser does not support the
            <code>audio</code> element.
    </audio>
</figure>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #audio #html #tag
ADD COMMENT
Topic
Name
2+7 =