Computer Applications
Which is the correct way to comment out something in HTML ?
- Using
##and# - Using
<!--and--> - Using
</--and-/-> - Using
<!--and-!>
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>