“Alterar a largura do texto html” Respostas de código

Como alterar o tamanho da fonte em 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

Alterar a largura do 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

Respostas semelhantes a “Alterar a largura do texto html”

Perguntas semelhantes a “Alterar a largura do texto html”

Mais respostas relacionadas para “Alterar a largura do texto html” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código