How many line breaks does this code contain?

013<html>
 <body>
  Hey there,



  Delilah!
 </body>
</html>

]]>

That's right!

HTML counts multiple spaces or line breaks as a single space. Meaning the code above would have 0 line breaks.