CBSE Class 10 Computer Applications Question 36 of 176

HTML I — Basic HTML Elements — Question 34

Back to all questions
34
Question

Question 34

Container elements in HTML require ............... .

  1. Starting tag
  2. Ending tag
  3. Starting and Ending tag
  4. None of these
Answer

Starting and Ending tag

Reason — Container elements in HTML require Starting and Ending tags. For example, to make text bold, we write <B> text </B>. <B> is a container tag.