“Cambiar el ancho de texto HTML” Código de respuesta

Cómo cambiar el tamaño de la fuente en HTML

<body>      
         <h1 style="color:red;font-size:40px;">Heading</h1>      
         <p style="color:blue;font-size:18px;">This is demo text</p>    
      </body>
Creepy Copperhead

Cambiar el ancho de texto HTML

<!-- relative font size -->
<font size="+2">This is bigger text.</font>
<font size="-1">This is smaller text.</font>

<!-- absolute font size -->
<font size="1">This is really tiny text.</font>
Exuberant Elephant

Respuestas similares a “Cambiar el ancho de texto HTML”

Preguntas similares a “Cambiar el ancho de texto HTML”

Más respuestas relacionadas con “Cambiar el ancho de texto HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código