1. Draw the image that the following code will generate. Point the co-ordinates: var c = document.getElementByld("myCanv
Posted: Sat May 14, 2022 7:06 pm
1. Draw the image that the following code will generate. Point the co-ordinates: var c = document.getElementByld("myCanvas"); var ctx = c.getContext("2d"); ctx.moveTo(0, 0); ctx.lineTo(200, 100): ctx.stroke(); a 2. How can you make a video to play automatically using HTML 5.0? 3. What does the <nav> tag defines? Before HTML 5.0, how could we implement that?