C777 Unit 4: HTML5 APIs | ACTUAL QUESTIONS
AND CORRECT DETAILED ANSWERS | ALREADY
SCORED A+ | NEWLY UPDATED
Save
Practice questions for this set
Learn 1/7 Study using Learn
html()
Choose an answer
1 ajax 2 filelist
Which jQuery method sets or returns
3 filereader 4 the content of selected elements
(including HTML markup)?
Don't know?
Terms in this set (79)
, What is a collection of standards and application programming interface (API)
programming instructions that enable
access to a software application?
Which API is used for rendering Canvas API
visual images on the fly via scripting?
Which element is a transparent <canvas>
container for graphics?
What two attributes does the height and width
<canvas> element have?
What primitive shape does canvas rectangle
support?
What is the standard specifying how Document Object Model (DOM)
objects in a Web document can be
referred to and manipulated?
Which language is used to access JavaScript
HTML elements via the DOM?
Which method returns a context getContext()
object, which provides properties
and methods that can be used to
draw and manipulate images on the
canvas?
Which method draws a filled fillRect(x,y,width,height)
rectangle?
AND CORRECT DETAILED ANSWERS | ALREADY
SCORED A+ | NEWLY UPDATED
Save
Practice questions for this set
Learn 1/7 Study using Learn
html()
Choose an answer
1 ajax 2 filelist
Which jQuery method sets or returns
3 filereader 4 the content of selected elements
(including HTML markup)?
Don't know?
Terms in this set (79)
, What is a collection of standards and application programming interface (API)
programming instructions that enable
access to a software application?
Which API is used for rendering Canvas API
visual images on the fly via scripting?
Which element is a transparent <canvas>
container for graphics?
What two attributes does the height and width
<canvas> element have?
What primitive shape does canvas rectangle
support?
What is the standard specifying how Document Object Model (DOM)
objects in a Web document can be
referred to and manipulated?
Which language is used to access JavaScript
HTML elements via the DOM?
Which method returns a context getContext()
object, which provides properties
and methods that can be used to
draw and manipulate images on the
canvas?
Which method draws a filled fillRect(x,y,width,height)
rectangle?