Computer Applications
Which of the following is the proper syntax to start an HTML comment ?
<!--<!><comment><notate>
Related Questions
Which of the following heading tags will cause a browser to render text at the largest default size ?
<h3><h2><h5><h4>
Which is the correct way to comment out something in HTML ?
- Using
##and# - Using
<!--and--> - Using
</--and-/-> - Using
<!--and-!>
- Using
Which one of the following is the HTML tag used to insert a horizontal rule ?
<h1><hr><rule><br>
HTML tag to draw horizontal line :
<h1><hr><hline>- None of the above