<!DOCTYPE html>
<html>
  <body>
    <div style="background-color:grey;width:200px">
      <a href="http://ubuntu.com/">
        <div class="foo">
          <div class="bar">
            <img src="https://design.ubuntu.com/wp-content/uploads/ubuntu-logo32.png" style="width:100px" />
          </div>
        </div>
        
        <h1>Ubuntu!</h1>
      </a>
    </div>
  </body>
</html>
// Code goes here

/* Styles go here */