61. You are creating a landing page for a local business that includes a video player. The specification is that the video automatically plays, can't be paused and it loops. What are the correct statements for this implementation? Select all that apply.

  • Set several source elements with distinct types
  • Setting the controls attribute
  • Setting the autoplay attribute
  • Setting the loop attribute

62. Which of the below statements are best practices when adding iframes to your pages? Select all that apply.

  • Add a title attribute
  • Use the sandbox attribute to define which privileges are granted to the iframe
  • Skip the allow attribute
  • Use the lazy loading attribute

63. Which of the following are possible using the canvas HTML element?

  • 2D graphics rendering
  • Manipulating HTML elements
  • 3D graphics rendering

Leave a Reply