Home > Web Front-end > HTML Tutorial > What is the role of audio tag

What is the role of audio tag

云罗郡主
Release: 2019-02-01 15:22:36
Original
4936 people have browsed it

What is the role of audio tag

html audio tag syntax

What is the role of the audio tag?

Function:

Description: You can place text content between the start tag and the end tag, so that old browsers can display information that the tag is not supported.

Note: The

html audio tag example

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<audio src="http://www.w3school.com.cn/i/horse.ogg" controls="controls">
Your browser does not support the audio element.
</audio>
</body>
</html>
Copy after login


The above is the detailed content of What is the role of audio tag. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template