<!DOCTYPE html> <html> <head> <title>Example 2.5</title> <style type="text/css"> #preamble { margin: 36px; } /* set margins */ </style> </head> <body> <div id="preamble"> This is a test. </div> <p style="font-style: italic;">Emphasis, mine.</p> </body> </html>