Multiple choice .net Which symbol identifies an HTML end tag? ! / \ ? Reveal answer Fill a bubble to check yourself C Correct answer Explanation HTML end tags use a forward slash (/) before the tag name to indicate the closing of an element, such as for a paragraph or for a division. This distinguishes them from start tags and follows SGML syntax conventions.