CBSE Class 10 Computer Applications
Question 81 of 176
HTML I — Basic HTML Elements — Question 2
Back to all questions 2
Question Question 2
Use of break <BR> tag.
<HTML>
<BODY>
<P>
To break<BR>lines<BR>in a<BR>paragraph<BR>use the BR tag.
</P>
</BODY>
</HTML>Output
