CBSE Class 10 Computer Applications Question 143 of 176

HTML I — Basic HTML Elements — Question 16

Back to all questions
16
Question

Question 15(b)

<P> tag has no closing tag. State True or False?

Answer

False

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