- Adocument(images)
- Bdocument.images
- Cdocument(img)
- Ddoc(img)
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
To find all img elements in the document, the best option is document.image[]. [index] specifies the index of the img tag to be selected.
The HTMLAudioElement interface provides access to audio> element properties as well as methods for manipulating them.
It is based on the HTMLMediaElement interface.
The Audio() function Object() { [native code] } accepts any file type that contains audio to be played as a parameter.
The function valueOf() { [native code] }() method returns a number's primitive value.
In the preceding example, the value of num would be 98.
The HTML canvas element is used in JavaScript to draw graphics on the fly.
The canvas element is nothing more than a container for graphics.
The canvas element does not have its own appearance, but it creates a drawing surface within the document and exposes a powerful drawing API to client-side JavaScript.
The beginPath() method either starts or resets a path.
It is invoked prior to the creation of any path or curve.
shadowBlur is used to determine whether shadows are crisp or fuzzy. The blur level for shadows is set or returned by the shadowBlur property.
It is in charge of displaying the web page.
The rendering engine parses the HTML and CSS and displays the content that has been parsed on the screen.
A Rendering Engine is commonly used to parse and draw all of the objects on a page.
The JavaScript Engine is commonly used to interpret JavaScript.
It is used to interpret the javascript and run it on the web page.
HTTP is a protocol that enables the retrieval of resources such as HTML documents.
It is the foundation of all data exchange on the Internet and a client-server protocol, which means that requests are initiated by the recipient, which is usually the Web browser.
HTTP requests are handled by the network layer.
SpiderMonkey is a JavaScript engine written in C and C++ by Mozilla.
It is used in several Mozilla products, including Firefox, and is free and open source under the MPL2. SpiderMonkey is the Mozilla JavaScript engine that is used in Firefox.