Computer Applications
Which is the correct way to comment out something in HTML ?
- Using
##
and#
- Using
<!--
and-->
- Using
</--
and-/->
- Using
<!--
and-!>
HTML Intro
4 Likes
Answer
Using <!--
and -->
Reason — <!--
and -->
is the correct way to comment out something in HTML.
Answered By
2 Likes
Related Questions
In which HTML element do you apply attributes that modify the background image ?
- The
<html>
element. - The
<head>
element. - The
<background>
element. - The
<body>
element.
- The
Which of the following heading tags will cause a browser to render text at the largest default size ?
<h3>
<h2>
<h5>
<h4>
Which of the following is the proper syntax to start an HTML comment ?
<!--
<!>
<comment>
<notate>
Which one of the following is the HTML tag used to insert a horizontal rule ?
<h1>
<hr>
<rule>
<br>