USING MICROSOFT POWERPOINT
USING THE DRAWING TOOLS AND FORMAT FEATURES IN POWERPOINT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Start:On Click
|
|
Hide While Not Playing.
|
|
Play Full Screen
|
|
Rewind after Playing
|
Detailed explanation-1: -Under Video Tools, on the Playback tab, in the Video Options group, select the Hide While Not Playing check box.
Detailed explanation-2: -To hide a video on a web page, use yourVariableName. style. display=’none’.
Detailed explanation-3: -Press Ctrl+M to hide or show the YouTube video player controls.
Detailed explanation-4: -The hidden attribute hides the <video> element. You can specify either ‘hidden’ (without value) or ‘hidden="hidden"’. Both are valid. A hidden <video> element is not visible, but it maintains its position on the page.
Detailed explanation-5: -We can hide the controls by not adding the controls attribute to the video element. Even without controls attribute on the elements the user can view the controls section by right-clicking on the video and enabling the show controls .