Microsoft Programming in HTML5 with JavaScript and CSS3 (070-480日本語版) - 070-480日本語 Exam Practice Test





Correct Answer: D



Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).

Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).

Correct Answer: A,C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).

Correct Answer: A,D



Correct Answer: A

Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).

Correct Answer: C
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).




Correct Answer:

Explanation

The disabled property sets or returns whether an email field should be disabled, or not.
A disabled element is unusable and un-clickable. Disabled elements are usually rendered in gray by default in browsers.
Example
Disable an email field:
document.getElementById("myEmail").disabled = true;
Reference: Input Email disabled Property

Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).




Correct Answer:

Explanation
Box 1:

Box 2:

Box 3:

Box 4:

Box 5:

first
Selects the first matched element.
Reference: :first Selector




Correct Answer:

Explanation
Box 1: var img = document.createElement('img');
Box 2: img:alt = image.Description;
img src = image.FileName;
Box 3: return this.img;
Note:
* Image Object
The Image object represents an embedded image.
For each <img> tag in an HTML document, an Image object is created.
Notice that images are not technically inserted into an HTML page, images are linked to HTML pages. The
<img> tag creates a holding space for the referenced image.
* Image Object Properties include
alt, Sets or returns the value of the alt attribute of an image
src, Sets or returns the value of the src attribute of an image




Correct Answer:

Explanation

Boat: Red
Car: Blue
Plane: Violet



Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).