InterviewSolution
Saved Bookmarks
| 1. |
What is the use of and tags in Html5? |
|
Answer» The <AUDIO> tag in HTML5 is used to embed voice in an HTML document. Designers USE <SOURCE> tag to specify MEDIA type along with other attributes. The <video> tag in HTML5 is used to embed a video file in an HTML document. Designers can use <source> tag to specify media type along with other attributes. |
|