Loading
Quipo
in
MindXchange
Log In
Tutorials
Exercises
MCQs
Interview Q & A
Tests
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Quipo
in
MindXchange
Menu
MindXchange
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Welcome to Quipoin
Login to track your progress
Quipoin Menu
Learn • Practice • Grow
Tutorial
Exercises
MCQs
Interview Q & A
Tests
HTML Tutorial
Attributes
Heading
Head
Comments
Anchor Tag
Image Tag
Favicon Tag
Imoji
Symbols
Tables
Id
Iframe
File Path
Formatting
Title
Quotation
Block-level elements
Inline Element
Basic HTML Design Guidelines
Entities
Div tag in HTML
HTML List
HTML Lists
Ordered Lists
Unordered Lists
Description Lists
HTML Form
Form
Form Element
Input Element
Form Attributes
Text area Tag
Label Tag
HTML Graphics
Introduction to HTML Graphics
HTML Canvas
Transformation in Canvas
Animation in Canvas
HTML SVG
Transformation in SVG
Interactivity and Animation in SVG
html /
Comments
mcq
Chapter
Exercises
Interview Qs
Videos
Discussion
Q1.
What is the correct syntax for an HTML comment?
A.
/* This is a comment */
B.
<!-- This is a comment -->
C.
// This is a comment
D.
<comment>This is a comment</comment>
Q2.
Do HTML comments appear on the webpage?
A.
Yes
B.
No
C.
Only in Chrome
D.
Only in Firefox
Q3.
Which of the following can be commented in HTML?
A.
Text
B.
HTML elements
C.
Notes
D.
All of the above
Q4.
Can comments be nested in HTML?
A.
Yes
B.
No
C.
Only in HTML5
D.
Only in Chrome
Q5.
Why are HTML comments used?
A.
To hide content from browser
B.
To explain the code
C.
To temporarily disable code
D.
All of the above