CBSE Class 10 Computer Applications
Question 86 of 176
HTML I — Basic HTML Elements — Question 7
Back to all questions 7
Question Question 7
Comments in HTML source.
<HTML>
<BODY>
<!--This comment will not be displayed-->
<P>This is a regular paragraph</P>
</BODY>
</HTML>Output
