<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
body * { font-family: Comic Sans MS,cursive; background-color: #ccc; }
#p1 { margin: 0em; padding: 2em; }
#p2 { margin: 1em; padding: 1em; }
#p3 { margin: 2em; padding: 0em; }
</style>
</head>
<body>
<p id="p1">This is a test.</p>
This is a test.
<p id="p2">This is a test,</p>
<p id="p3">"This is a test."</p>
</body>
</html>
|