HTML example

<h1> A main title </h1>

<h2> A subtitle </h2>
<p> 
 A paragraph. 
 <strong> Important to know </strong>,
 <s>this is wrong</s> 
</p>

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

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