Shopping cart

Subtotal $0.00

View cartCheckout

Building better devs

TnewsTnews
Dicas

Como alterar fonte de um texto HTML

Email : 25
<html>
 <head>
    <title> Como alterar a fonte de um texto em HTML </title>
  <meta name="description" content="Aprenda a alterar a fonte de um texto em HTML através da tag font e do atributo face">
 </head>
 
 <body> 
  <font face="Arial"> Arial </font> <br />
  <font face="Courier"> Courier </font> <br />
  <font face="Georgia"> Georgia </font> <br />
  <font face="Helvetica"> Helvetica </font> <br />
  <font face="Times"> Times </font> <br />
  <font face="Tribuchet"> Trebuchet </font> <br />
  <font face="Verdana"> Verdana </font> <br />
 </body>
 
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts