HTML tags are enclosed by
C
Correct answer
Explanation
HTML tags are enclosed in angle brackets: < and >. This syntax is fundamental to HTML and comes from SGML (Standard Generalized Markup Language). For example,
is a paragraph tag. Curly braces {}, parentheses (), and square brackets [] are used for other purposes in programming but not for HTML tags.