InterviewSolution
| 1. |
What Is <video> Element In Smil? |
|
Answer» The <VIDEO> element DEFINES a specific reference for a video object. Following example illustrates the element: <html XMLNS:t="urn:schemas-microsoft-com:time"> **** In the src ATTRIBUTE specify any website name. The <video> element defines a specific reference for a video object. Following example illustrates the element: <html xmlns:t="urn:schemas-microsoft-com:time"> **** In the src attribute specify any website name. |
|