Basic Html - Study Mode

[#156] Which of the following is not a channel of mozilla?
Correct Answer

(B) Firefox alpha

Explanation

Solution: The answer is self explanatory.

[#157] State true or false. Google Chrome has its own task manager, which allows you to view and manage your memory and CPU usage”
Correct Answer

(A) True

Explanation

Solution: The answer is self explanatory.

[#158] Which of the following are automatically loaded and operates as a part of browser?
Correct Answer

(B) Plug-ins

Explanation

Solution: Plugin programs are automatically loaded and operates as a part of browser.

[#159] Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a data element ?
Correct Answer

(A) The value is the value of the element’s value attribute, if it has one, or the empty string otherwise.

Explanation

Solution: If the element is a data element, the value is the value of the element’s value attribute, if it has one, or the empty string otherwise.

[#160] Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types?
Correct Answer

(A) document.getItems

Explanation

Solution: When called, the method must return a live NodeList object containing all the elements in the document, in tree order, that are each top-level microdata items whose types include all the types specified in the method’s argument, having obtained the types by splitting the string on spaces.