Basic Html - Study Mode

[#36] Which element is design to wrap a single piece of information?
Correct Answer

(A) <time>

[#37] Which of the following defines the title of a work?
Correct Answer

(A) <cite>

[#38] Which of the following is not sectioning elements?
Correct Answer

(D) <header>

[#39] Which of the following is not an empty element?
Correct Answer

(C) <p/>

[#40] State whether the given statement is true or false. !DOCTYPE is case sensitiveā€
Correct Answer

(B) False

Explanation

Solution: In XML it is while in HTML it is not.