var el = document.getElementsByTagName("cdraw")[0]
29 questions
Q.
The gesture «Tap» is equivalent to this mouse movement....
1
30 sec
Q.
Is general syntax for «addEventListener»: ___
2
30 sec
Q.
After getting the context the list of changed touch points is pulled from the event's "changedTouches" proper....
3
30 sec
Q.
In what ways can you manage the graphical UI with CSS?
4
30 sec
Q.
The gesture "Press and tap" and «Press and hold» is equivalent to this mouse movement: ___
Right-click
5
30 sec
Q.
JavaScript can display different types of graphics, from JPG and PNG files to shapes like boxes and circles. One method is to use the ...
6
30 sec
Q.
You can also round a single corner of a box using the ___ property
7
30 sec
Q.
border-radius is a____
8
30 sec
Q.
The ''h-shadow' value defines the___
9
30 sec
Q.
The 'h-shadow' and 'v-shadow' attributes indicate the __
10
30 sec
Q.
The v-shadow value defines the
11
30 sec
Q.
The default gradient goes from top to....
12
30 sec
Q.
CSS3 gradients also support color interpolation in the alpha color space, which is part of the red blue green alpha (RGBA) color model, to produce
13
30 sec
Q.
What does "V" stand for in the file type SVG?
14
30 sec
Q.
You need to retrieve a value from local storage by using the key "aardvark." Which code fragment should you use?
15
30 sec
Q.
You are creating a page by using HTML5. You add script tags to the page. You need to use JavaScript to access an element by id and add a class to the element. Which property or attribute should you use?
16
30 sec
Q.
The variable named "ctx" is the context of an HTML5 canvas object. What does the following code fragment draw? ctx.arc(x, y, r, 0, Math.PI, true)
17
30 sec
Q.
Geolocation
18
30 sec
Q.
JavaScript
19
30 sec
Q.
HTML
20
30 sec
Q.
IP Address (Internet Protocol Address)
21
30 sec
Q.
TCP/IP (Transmission Control Protocol / Internet Protocol)
22
30 sec
Q.
Cloud Computing
23
30 sec
Q.
An unordered list should be placed within the <ol> and </ol> tags
24
30 sec
Q.
You do not need to save a file before you can see the Web page in a browser.
25
30 sec
Q.
To insert an image on a Web page, one must use the image element.
true
26
30 sec
Q.
In HTML and XHTML, the language instructions are provided using tag
27
30 sec
Q.
The photo element is used to insert an image into a Web page
28
30 sec
Q.
The forward slash at the end of an empty element is required