“HTML alinhado à direita” Respostas de código

HTML alinhado à direita

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Document</title>
   </head>

   <body>
      <h1>Tutorial</h1>
      <p style="text-align:center;">Learn for free</p>
   </body>
</html>
Panicky Pygmy

Texto CSS alinhado à esquerda

body {
  text-align: left;
}
TheDevStar

Centro de alinhamento de texto CSS

body {
  text-align: center;
}
TheDevStar

Respostas semelhantes a “HTML alinhado à direita”

Perguntas semelhantes a “HTML alinhado à direita”

Mais respostas relacionadas para “HTML alinhado à direita” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código