Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>PERFECT Style and Form &bull; Score: 10</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body              { margin: 20px; font-family: sans-serif; }

/* PERFECT Style */
div.perfect       { display: inline-block; background-color: gainsboro; color: dimgray;
                    font-size: 80%; border: 1px solid black; }
div.perfect h1    { text-align: center; background-color: black; color: yellow;
                    font-size: 110%; padding: 4px; margin: 0px; }
div.perfect table { padding: 10px; }
div.perfect th    { text-align: right; }
div.perfect p     { float: right; font-size: 70%; margin: 10px 0px 0px 0px; color: gray; }
div.perfect p a   { color: gray; text-decoration: none; }
div.perfect div   { text-align: center; }
input.click       { cursor: pointer; }

   </style>
</head>
<body>
<div>

<!-- PERFECT Form -->
<form method=post action="feedback.php">
   <div class=perfect><h1>Send Us a Message</h1><table>
      <tr><th>Message:</th><td><textarea name="message"
         rows="4" cols="40"></textarea></td></tr>
      <tr><th>Name:</th><td><input name="name" size="25"></td></tr>
      <tr><th>E-Mail:</th><td><input name="email" size="30"></td></tr>
      <tr><th></th><td>
         <p>Powered by <a href="http://www.centerkey.com/php/">PERFECT</a></p>
         <div><input class="click" value=" Submit " type="submit"></div></td></tr>
      </table></div>
   </form>

</div>
</body>
</html>

View as web page