State True or False :<P> tag has no closing tag
<P>
7 Likes
False
Reason — <P> is a container element. Thus, it requires a starting tag <P> and a closing tag </P>.
</P>
Answered By
2 Likes
Which of the following will result in the largest text size ?
<H3>
<H6>
<H2>
<H4>
State True or False :<BR> tag has its closed tag as </BR>
<BR>
</BR>
State True or False :<HR> tag is same as <BR>
<HR>
State True or False :<KBD> tag is used to display tables
<KBD>