Home >Web Front-end >HTML Tutorial >HTML
HTML b97864c2e0ef2353a16c4d64c7734e92 Tag
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