Basic Css - Study Mode

[#51] Which of the following attribute specifies the URL of the linked resource?
Correct Answer

(D) href

Explanation

Solution: href attribute specifies the URL of the linked resource. A URL might be absolute or relative.

[#52] Which of the following color has this value #ff0000?
Correct Answer

(C) red

[#53] Which of the following is correct about CSS?
Correct Answer

(D) All of the above

[#54] Which of the following is a component of CSS style rule?
Correct Answer

(D) All of the above

[#55] Which of the following selector matches all elements of a type?
Correct Answer

(A) The Type Selector