Computer Applications
Which of the following is/are not valid tag(s) for inserting audio files in an HTML page ?
- embed
- audio
- sound
- music
HTML Advanced Features
7 Likes
Answer
sound, music
Reason — <EMBED> and <AUDIO> tags are used to insert audio files in an HTML page. sound and music are not valid tags.
Answered By
4 Likes
Related Questions
Which of the following is/are not valid tag(s) for inserting video files in an HTML pages?
- embed
- video
- movie
- VID
Which are the ways to add an audio file in a web page ?
- Linking via
<A> - Embedding via
<EMBED> - Embedding via
<VIDEO> - All of these
- Linking via
Which are the ways to add a video file in a web page ?
- Linking via
<A> - Embedding via
<EMBED> - Embedding via
<VIDEO> - All of these
- Linking via
Any tag allowed inside a
<body>tag is allowed inside a<form>tag.- True
- False