Which of the following makes an HTML comment?
Correct Answer: <!-- ... -->
Explanation:
Note: This Question is unanswered, help us to find answer for this one
HTML 5 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More HTML 5 MCQ Questions
HTML tags are used to describe document ____?
HTML5 provides the really nice template element, which is used to declare fragments of HTML that can be cloned and inserted in the document by script. Which of the following answers are true for the template element?
Which value is allowed for attribute 'method' for form element?
Which element is obsolete in the latest HTML5 specification?
Which input type is used to submit integer numbers from 1 to 20
When you format images with <img> tags, which attribute do you not use?
Which is the correct tag used for input fields, that contain a numeric value?
What is the purpose of <svg> tags?
When does the onhashchange event dispatches?
You should insert text content between the <video> and </video> tags for browsers that do not support the <video> element.