InterviewSolution
Saved Bookmarks
| 1. |
How can we include audio or video in a webpage? |
|
Answer» HTML5 PROVIDES two TAGS: <audio> and <video> tags using which we can add the audio or video DIRECTLY in the webpage. |
|