HTML

(*-*)浩
(*-*)浩Original
2019-11-05 15:17:052246browse

HTML b97864c2e0ef2353a16c4d64c7734e92 Tag

HTML <audio> tag

##Internet Explorer 9, Firefox, Opera, Chrome and Safari support the b97864c2e0ef2353a16c4d64c7734e92 tag.

Note: Internet Explorer 8 and earlier versions do not support the b97864c2e0ef2353a16c4d64c7734e92 tag. (Recommended learning:

htmltutorial)

Definition and usage

b97864c2e0ef2353a16c4d64c7734e92 tag defines sound, such as music or other audio streams.

Tips

Tips:You can place text content between the start tag and the end tag, so that old browsers can display different Information supporting this tag.

Example:

<!DOCTYPE HTML>
<html>
<body>

<audio src="/i/horse.ogg" controls="controls">
Your browser does not support the audio element.
</audio>

</body>
</html>

The above is the detailed content of HTML

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:HTML5 geolocationNext article:HTML5 geolocation