Ferramentas do usuário

Ferramentas do site


estrutura-html

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Próxima revisão
Revisão anterior
estrutura-html [2022/03/04 20:03]
Leandro Mesquita criada
estrutura-html [2022/03/04 20:11] (atual)
Leandro Mesquita
Linha 2: Linha 2:
 <file html exemplo.html> <file html exemplo.html>
 <html> <html>
 +      <!-- Este eh o cabecalho do arquivo html -->
       <head>       <head>
 +           <meta charset="UTF-8" />
            <title>Título da Página</title>            <title>Título da Página</title>
       </head>       </head>
       <body>       <body>
-           <h1> Título de Paragrafo </h1>+           <h1> Título de Parágrafo </h1
 +           <p align="justify"> Este é um parágrafo justificado, mas ele poderá ser: <br /> 
 +                               align="Justify" --> Justificado; <br /> 
 +                               align="center" --> Centralizado; <br /> 
 +                               align="left" --> Alinhado à esquerda; <br /> 
 +                               align="right" --> Alinhado à direita; <br /> 
 +           </p>
                        
 +                                                                     
       </body>       </body>
 </html> </html>
 </file> </file>
estrutura-html.1646435015.txt.gz · Última modificação: 2022/03/04 20:03 por Leandro Mesquita