Computer Applications
Name the tags that can be used to insert audio and video files in a webpage.
HTML Advanced Features
5 Likes
Answer
Following tags can be used to insert audio files in a webpage:
- Anchor tag
<A>
- Embed tag
<EMBED>
- Audio tag
<AUDIO>
Following tags can be used to insert video files in a webpage:
- Anchor tag
<A>
- Embed tag
<EMBED>
- Video tag
<VIDEO>
Answered By
2 Likes
Related Questions
If you want to display a list of 200 countries which control should you use:
- radio button
- checkbox
- select list
- slide widget
Name some popular audio and video formats.
What character is displayed on the password forms when the user inputs characters ?
- a random character.
- a '+' character.
- an asterisk
- a dot
What attribute is used for radio buttons ?
- radiobutton
- radiob
- radio
- optionbutton