1. Draw the image that the following code will generate. Point the co-ordinates: var c = document.getElementByld("myCanv
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
1. Draw the image that the following code will generate. Point the co-ordinates: var c = document.getElementByld("myCanv
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?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!