Difference between graphic object and Button object
Answers
Answered by
0
Answer:
The Graphics object represents a GDI+ drawing surface, and is the object that is used to create graphical images. ... Using the Graphics object to draw lines and shapes, render text, or display and manipulate images.The button object in HTML is used to represent a <button> element. The getElementById() method is used to get the button object. Creating button object: The button object can be created using JavaScript. The document. createElement() method is used to create <button> element.
Explanation:
please mark as Brainliest
Similar questions