ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> <title>Unicode Class Names</title> <style type="text/css"> * { margin: 0; padding: 0; } #page-wrap { margin: 20px auto; width: 500px; } .¡% { color: red; width: 200px; height: 200px; margin: 20px 0; border: 1px solid red; } .k& { color: blue; } </style> </head> <body> <?php include('../header.php'); ?> <div id="page-wrap"> <h1>Unicode Class Names</h1> <div class="¡%"> I'm a square box. </div> <div class="k&"> A.A. Bondy <em>I Can See The Pines Are Dancing</em> </div> </div> <?php include('../footer.php'); ?> </body> </html>