Which of the following is a container tag?
(1 Point)
Answers
Answered by
0
Explanation:
<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
<table></table>
Similar questions