Page 1 of 1

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
by answerhappygod
1 Draw The Image That The Following Code Will Generate Point The Co Ordinates Var C Document Getelementbyld Mycanv 1
1 Draw The Image That The Following Code Will Generate Point The Co Ordinates Var C Document Getelementbyld Mycanv 1 (35.51 KiB) Viewed 42 times
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?