<html>
<link rel="stylesheet" href="estilo-general.css" type="text/css"></link>
<head>
<title>Titulo de la web</title>
</head>
<body>
<p class="importante">
</p>
</body>
</html>
i en la hoja de estilos
.importante {background-color:#ff0000 ; color: #666 ; font-family: Arial, sans-serif ; font-size: 30px;}
"Estan los 2 en la misma carpeta"
<link rel="stylesheet" href="estilo-general.css" type="text/css"></link>
<head>
<title>Titulo de la web</title>
</head>
<body>
<p class="importante">
</p>
</body>
</html>
i en la hoja de estilos
.importante {background-color:#ff0000 ; color: #666 ; font-family: Arial, sans-serif ; font-size: 30px;}
"Estan los 2 en la misma carpeta"