1.
Which CSS3 code fragment styles an H2 element only if it is a direct child of a DIV element?
2.
Which CSS property defines which sides of an element where other floating elements are not allowed?
3.
You write the following code to create a page. (Line numbers are included for reference only.) You need to apply the SVG blur filter to the text tag on the page. Which HTML/CSS code should you insert at line 02?
4.
Which layout can you create by using a single CSS3 region?
5.
In CSS, the flow-into property deposits:
6.
Which CSS code fragment centers an image horizontally?
7.
Which positioning scheme places an object in normal document flow?
8.
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);
9.
Your code includes the following fragment: You need to add code that will retrieve the contents of the INPUT element. Which JavaScript code fragment will accomplish this?
10.
The data in a specific HTML5 local storage database can be accessed from: