Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/01/2009, 14:05
Avatar de javiro
javiro
 
Fecha de Ingreso: febrero-2006
Mensajes: 48
Antigüedad: 18 años, 2 meses
Puntos: 1
Respuesta: Cambiar tipo de letra en un mismo parrafo

Simplemente así:
Código:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<style type="text/css">
<!--
.tx1 {font-size: 18px}
-->
</style>
</head>

<body>
<span class="tx1">Hola</span> que tal
</body>
</html>
Salud!