1. <!doctype html>
  2.   <html>
  3.    <style>
  4.      p {
  5.      color: white;
  6.      background-color: blue;
  7.      }
  8.    </style>
  9.    <head  
  10.        
  11.     <title>aaron lindh artist homepage</title>
  12.      
  13.    </head>
  14.      <body>
  15.        
  16.      <link>screaming man.</link>
  17.      
  18.      <link>heroine</link>
  19.  
  20.      <link>something is missing</link>
  21.  
  22.      <link>somewhere safe</link>
  23.      
  24.      <link>artist bio</link>
  25.  
  26. </body>
  27.   </html>
  1. <!doctype html>
  2.  <html>
  3.   <style>
  4.    p {
  5.     color white;
  6.     background-color
  7.     grey;
  8.    }
  9.   </style>
  10.  <head  
  11.        
  12.   <title>aaron
  13.   lindh artist
  14.   homepage</title>
  15.      
  16.  </head>
  17.   <body>
  18.        
  19.    <link>screaming
  20.    man.</link>
  21.      
  22.      <link>heroine
  23.      </link>
  24.  
  25.      <link>something
  26.      is missing
  27.      </link>
  28.  
  29.   </body>
  30.  </html>