<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>This is Just to Say</title> <style type="text/css"> p{ color:#663366 } h1 {margin-left: 4em; color:#660066 #huge{font-size:xx-large; } #content {margin-left: 10em; } </style> </head> <body> <h1 id="huge"> This is Just to Say </h1> <div id="content"> <p> I have eaten<br/> the plums<br/> that were in<br/> the icebox<br/> </p> <p> and which<br/> you were probably<br/> saving<br/> for breakfast<br/> </p> <p> Forgive me<br/> they were delicious<br/> so sweet<br/> and so cold<br/> </p> <img src="smaaplummer.jpg" alt="plummer"></img> <p> Diktet er skrevet av William Carlos Williams</p> </div> </body></html>