Independance of line breaks and spaces

<h1> A main 
title </h1>

<h2> 
A                   subtitle 
 </h2>
<p> 
A paragraph. 
<strong> Important 

to know 
  </strong>, <s>this is wrong</s> 
</p>

<h3> Creating a link </h3>
<a href="www.google.com"> Some link </a>
<a href="https://www.w3.org/"> W3C </a>

<h3> Inserting an image </h3>
<img src="mypic.jpg" alt="description">
pictures/html_example_simple.jpg