CBSE Class 10 Computer Applications Question 80 of 176

HTML I — Basic HTML Elements — Question 1

Back to all questions
1
Question

Question 1

Text inside paragraphs is displayed.

<HTML>
<BODY>
<P>
This paragraph contains a lot of lines in the source code, but the browser ignores it.
</P>
<P>
This paragraph contains a lot of spaces in the source code, but the browser ignores it.
</P>
<P>
The number of lines in a paragraph depends on the size of your browser window.
If you resize the browser window, the number of lines in this paragraph will change. 
</P>
</BODY>
</HTML>
Answer
Output
Text inside paragraphs is displayed. Practical Assessment. Basic HTML ELements, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.