<!doctype html>
<html>
 <head>
  <meta charset="utf-8">
  <title>Attributes</title>
 </head>
  <body bgcolor="green" text="white">
  <h1 align="center">How Green Is My Web Page</h1>
  <hr>
  <p align="right">The right thing to say.</p>
  <p align="left">And what was left.</p>
  <p align="center">Fairly middling.</p>
  <hr align="center" width="60%">
  <p>Done.</p>
 </body>
</html>