Report Bug
Qus : HTML tags are enclosed in
QusHTML टैग्स में संलग्न हैं

A. # and #
B. { and }
C. ! and ?
D. < and >


Solution
D. < and >



Explanation

HTML tags are enclosed in angle brackets for example <p> </p>




Report Bug