Multiple choice technology web technology

What is the syntax to write the HTML tags ?

  1. <HTML>

  2. HTML

  3. <%HTML%>

  4. "HTML"

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTML tags are enclosed in angle brackets, with the tag name inside. The syntax is for opening tags. Option A shows which is correct. Option B is just the text without brackets, C uses &lt;% %&gt; which is JSP/ASP syntax, and D uses quotes which are not tag delimiters.