CBSE Class 10 Computer Applications Question 68 of 176

HTML I — Basic HTML Elements — Question 66

Back to all questions
66
Question

Question 65(b)

State True or False :
<P> tag has no closing tag

Answer

False

Reason<P> is a container element. Thus, it requires a starting tag <P> and a closing tag </P>.