[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sobre como fazer um site



Em Qua 19 Out 2005 13:33, Denis escreveu:
> <html>
> <head>
> <title> Meu site</title>
> </head>
> <body>
> Hello world!
> </body>
> </html>
>
> tá pronto o site.
>
> On 10/19/05, rr <ruih@plm.ipg-grupo.pt> wrote:
> > gostaria muito de saber como fazer um site meu.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";> 
<html> 
	<head> 
		<title>Meu Site</title> 
		<meta name="author" content="Seu Nome Aqui" > 
		<meta name="description" content="" > 
		<meta name="keywords" content="" > 
		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" > 
		<meta http-equiv="Content-Script-Type" content="text/javascript" > 
		<link rel="StyleSheet" href="seu arquivo.css" type="text/css"> 
	</head> 
	<body> 
		<h1>Meu Site</h1> 
		<h2>Como Quero meu site</h2> 
		<h3>Primeiras impressões sobre meu site</h3> 
		O Meu site fala sobre muitas coisas, dentre elas, a principal é: 
		<ol> 
			<li>O Meu primeiro topico</li> 
		</ol>  
		<h3>Finalizando o meu site!</h3> 
		Estou muito feliz com o meu site, agora vou inclementa-lo!
	</body> 
</html>

Ficou mais chique! não?

-- 
     .~. 
    / v \   Seja Livre, use GNU/Linux!  
  / (   ) \ 
 ^^-^^       GNU/Debian/Linux



Reply to: