Chris, you are wrong.
<style type="text/css">
<!--
a:link { color:blue; }
-->
</style>
is a (short) CSS-Style-Section.
<!-- is the start of an HTML comment (to hide the CSS from very old browsers which do not know the style element.
--> is the end of that HTML comment.
--!> is not a legal end of comment in HTML.