What are container tags ? Discuss with an example.
Answers
Answered by
2
Explanation:
Content (Container) Tags.
Opening Tag Closing Tag Description
<strong>. </strong> Makes the contained text bold.
<a href = "document location"> </a> Link
<ol> </ol> Ordered (numbered) list
<ul> </ul>. Unordered (bulleted) list
Answered by
0
Answer:
Explanation:
A container tags are tags It comes in pairs with a start tag like <html> and an end tag with </html>
Similar questions