Computer Applications
Which of the following is/are not valid tag(s) for inserting video files in an HTML pages?
- embed
- video
- movie
- VID
HTML Advanced Features
1 Like
Answer
movie, VID
Reason — <EMBED> and <VIDEO> tags are used to insert video files in an HTML document. movie and VID are not valid tags.
Answered By
1 Like
Related Questions
Which of the following is/are not valid tag(s) for inserting audio files in an HTML page ?
- embed
- audio
- sound
- music
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