<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"> <style type="text/css"> .test { margin-left: 2em; } </style> </head> <body> <div class="test">Isn't it wonderful to see CSS quotes work!!!</div> </body> </html>