Computer Studies
Explain Container tags with reference to HTML.
HTML Intro
20 Likes
Answer
Container tags require opening and closing commands. These tags are used in pairs along with angle brackets in an HTML document.
They are also known as ON and OFF tag. ON tag uses angle brackets whereas OFF tag used forward slash (/) after the opening of the angle bracket.
For example:
<P>paragraph</P>
Answered By
13 Likes