READ Free Dumps For Microsoft- 70-480
Question ID 14920 | An HTML page contains no embedded JavaScript or CSS code. The body of the page |
Option A | document.getElementById("test").style.border = "0"; |
Option B | document.getElementById("test").style.position = "static"; |
Option C | document.getElementById ("test").style.padding = "15px"; |
Option D | document.getElementById("test").style.top = "5px"; |
Correct Answer | A |
Question ID 14921 | You are creating an HTML5 application that allows users to play video on a page by using |
Option A | <video id= "myVideo" height="320" width="400" src="myVideo.vtt" contextmenu="pauseplay"> </video> |
Option B | <video id="myVideon height"="320" width="400" src="myVideo.vtt" controls> </video> |
Option C | <video _d="myVideon height="320" width="400" src="myVideo.vtt" autoplay> </video> |
Option D | <video id="myVideo" height="320" width="400" src="myVideo.vtt" contextinenu="Startstopn> </video> |
Correct Answer | B |