HTML-embed tag detailed explanation Embed
(1), basic syntax:
embed src=url
Explanation: embed can be used to insert various multimedia, the format can be Midi, Wav, AIFF, AU, MP3, etc.,
Netscape and New versions of IE are supported. The url is the audio or video file and its path, which can be a relative path or an absolute path.
Example:
The above is the detailed content of How to use embed tag?. For more information, please follow other related articles on the PHP Chinese website!