Cita:
O este:<style type="text/css" title="Travel CSS">
<!--
@import"/carpeta/estilos/estilo.css";
-->
</style>
<!--
@import"/carpeta/estilos/estilo.css";
-->
</style>
Cita:
Yo generalmente colo de esta manera:<style type="text/css" media="all">
@import "/carpeta/estilos/box.css";
</style>
@import "/carpeta/estilos/box.css";
</style>
<link href="css/estilo.css" rel="stylesheet" type="text/css">
Porque se colocan de esa manera o cual es la manera correcta de adjuntar los estilos, o cual es el standar para adjuntar de la manera correcta.