xxxxxxxxxx
<html>
<head>
<style>
p {
margin: 0;
border: 1px solid gray;
}
</style>
</head>
<body>
<h2>CSS margin shorthand</h2>
<p>This element has no margin.</p>
<p>This element has no margin.</p>
</body>
</html>