State True or False :<HR> tag is same as <BR>
<HR>
<BR>
5 Likes
False
Reason — The <HR> tag produces a horizontal line spread across the width of the browser window while the <BR> tag is used to end one line and jump to the next line.
Answered By
1 Like
State True or False :<BR> tag has its closed tag as </BR>
</BR>
State True or False :<P> tag has no closing tag
<P>
State True or False :<KBD> tag is used to display tables
<KBD>
In <BR> tag resets the paragraph alignment to the default left alignment. True or False ?