Basic Html - Study Mode

[#126] Which of the following statements is false?
Correct Answer

(D) all older browsers supports async attribute

Explanation

Solution: All older browsers does not support async. So async and defer are used together in combination.

[#127] Which of the following is used to read a HTML page and render it?
Correct Answer

(A) Web browser

Explanation

Solution: A web browser (commonly referred to as a browser) is a software application for retrieving, presenting and traversing information resources on the World Wide Web.

[#128] Which of the following is the first web browser?
Correct Answer

(A) Nexus

Explanation

Solution: The first web browser was invented in 1990 called World Wide Web which was later renamed to Nexus.

[#129] Which attribute specifies a unique alphanumeric identifier to be associated with an element?
Correct Answer

(B) id

Explanation

Solution: The id attribute is most used to point to a style in a style sheet, and by JavaScript (via the HTML DOM) to manipulate the element with the specific id.

[#130] The _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element.
Correct Answer

(B) dir

Explanation

Solution: The style attribute will override any style set globally, e.g. styles specified in the style tag or in an external style sheet.