Computer Science, asked by narendradebasis58, 3 days ago

What is container tag ? Write three examples.​

Answers

Answered by sarojdewal400
1

Answer:

Content (Container) Tags

H1 is the main heading, H2 is secondary, etc. <p> </p> Paragraph. <div>

Answered by sughanthisenthil7
0

Answer:Some basic examples of container tags are:

   <html> </html>

   <head> </head>

   <title> </title>

   <body></body>

   <P> </P> -paragraph tag

   <A></A> -anchor tag

   <TT></TT> - to use typwriter font

   <SUP></SUP> - to write in power of something like a^2

   <SUB></SUB> - to write in lower phase like H2O (water)

   <B></B> - to bold the text

   <I></I> -to italic the text

   <U></U>-to underline the text

   <font></font>

   <li></li>

   <OL></OL> -ordered list

   <UL></UL>-unordered list

   <DL></DL>-definition list

<DT></DT>-definition term

<DD></DD>-definition description

<textarea></textarea>

<table></table>

Explanation:mark me brainlist

Similar questions