HTML is parsed first. This is why you can see <\/b>in JavaScript that works with HTML: older browsers used </the "end of script block" token (newer ones specifically look for </script>).
So, HTML is parsed, and the result consists of two elements <style>, one with an initial comment and the other with an end comment.
, HTML:
<style></style>
, .