Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang="es">
<head><title>P</title>
<style type="text/css">
body{
background: #000;
}
.l_fx{
border: 1px solid yellow;
width: 180px;
display: inline;
}
</style>
</head>
<body>
<p class="l_fx">v</p>
<p class="l_fx">erw</p>
<p class="l_fx">dfddsf</p>
</body>
</html>