Neither line breaks nor multiple spaces add structure to a webpage. The web browser reads them as a single space.

 <body>
  My favorite things
 


  Warm woolen mittens
 </body>
</html>
]]>