Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
comments
:
Content language: English
Русский
What is the following code execution result? public class Commentator { public static void main( String[] args ) { /*System.out.println( "Line1" ); System.out.println( "Line2" );*/ //System.out.println( "Line3" ); System.out.println( "Line4" );// System.out.println( "/*Line5*/" ); System.out.println( "//Line6//" ); } }
comments
How can I define a comment in a CSS file?
comments
How can you add comments to your HTML source?
comments
How will you insert comments in your HTML code?
comments
Consider following code snippet: <html> <body> <p>I <!--don't--> like <span>HTML</span></p> </body> </html> What will be displayed on page?
comments
Why the browser does not display the text between the <!-- -->?
comments
HTML comments start with <!-- and end with --> ?
comments
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes