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 ............... .
- Starting tag
- Ending tag
- Starting and Ending tag
- None of these
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.