<html>
<head>
<style>
p.ex1 {
margin-top: 25px;
}
</style>
</head>
<body>
<h1>The margin-top Property</h1>
<p>A paragraph with no margins specified.</p>
<p class="ex1">A paragraph with a 25 pixels top margin.</p>
<p>A paragraph with no margins specified.</p>
</body>
</html>