CBSE Class 10 Computer Applications
Question 60 of 79
Basic HTML Elements — Question 3
Back to all questions 3
Question Question 3
Differentiate between Container and Empty elements in HTML. Give any two examples of HTML tags from each category.
| Container elements | Empty elements |
|---|---|
| Container elements require both, an opening and a closing tag. | Empty elements require only an opening tag and not a closing tag. |
| Container elements affect the text appearing between their opening and a closing tag. | Empty elements just carry out the job assigned to them. |
For example, <TITLE>…</TITLE>, <FONT>…</FONT> etc. | For example, <BR>, <HR> etc. |