How should you complete the relevant code?

HOTSPOT
You develop an interactive scalable vector graphics (SVG) application. You write the following HTML markup that makes a rectangle rotate:

You need to control the speed of the rotating rectangle.
How should you complete the relevant code? (To answer, select the appropriate option from each drop-down list in the answer area.)
Hot Area:

microsoft-exams

2 thoughts on “How should you complete the relevant code?

  1. 1. document.getElementById(“mySquare”);
    2. myTimer = setInterval( animateImage, speed.value );
    3. squareShape.setAttribute( “transform”, “rotate(“

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.