Basic Html - Study Mode

[#136] The accesskey attribute specifies a keyboard navigation accelerator for the element.
Correct Answer

(A) True

Explanation

Solution: The accesskey attribute specifies a shortcut key to activate/focus an element.

[#137] Which of the following is the attribute that is used to set a global identifier for a microdata item?
Correct Answer

(D) itemid

Explanation

Solution: It allows a vocabulary to define a global identifier for a microdata item, for example an ISBN number on a book. Use itemid on the same element as the item’s itemscope and itemtype attributes.

[#138] Which of the following is the attribute that is used to add a name/value pair to a microdata item?
Correct Answer

(C) itemprop

Explanation

Solution: To add a property to an item, the itemprop attribute is used on one of the item’s descendants. Markup without the microdata-related attributes does not have any effect on the microdata model.

[#139] Who created the first web browser
Correct Answer

(A) Tim Berners Lee

Explanation

Solution: Sir Timothy John “Tim” Berners-Lee, also known as TimBL, is an English computer scientist, best known as the inventor of the World Wide Web. He made a proposal for an information management system in March 1989, and he implemented the first successful communication between a Hypertext Transfer Protocol (HTTP) client and server via the Internet sometime around mid-November of that same year.

[#140] State true or false. Nexus is first graphical web browser.
Correct Answer

(B) False

Explanation

Solution: Netscape is first graphical web browser.