Para iniciar um parágrafo utilizamos a Tag P.

<HTML>
<HEAD>
<TITLE> Minha Primeira Página</TITLE>
<META NAME=”author” content=”WebMaster”
<META NAME=”description” CONTENT=”Minha Primeira Página de HTML”>
<META NAME=”keywords” content=”Página HTML”>
<META HTTP-EQUIV=”language” content=”pt-br”>
</HEAD>
<BODY BGCOLOR=”gray” LINK=”RED” ALINK=”YELLOW” VLINK=”DARKGREEN”>
<p align=center><font face=”Arial” color=”navy” size=”2″>Este é o meu primeiro
par&aacute;grafo em HTML</font></p>

Entendendo P

ALIGN – Alinha o texto de acordo com o que você colocar:
Left – Esquerdo;
Justify – Justificado;
Center – Centralizado;
Right – Direito.

This entry was posted on Wednesday, March 5th, 2008 at 8:04 am.
Categories: HTML, Tags HTML.

No Comments, Comment or Ping

Comments are closed.