Buscar

PAGINA WEB - TRABALHO API

Prévia do material em texto

PAGINA WEB - TRABALHO API
<!DOCTYPE html> 
<html>
	<head>
		<style>
	h1{
		color: black; 
		text-align: center;
		font-weight: bold;
		font-family: Arial; Gerorgia; Verdana;
	}
	h2{
		font-weight: bold;
		font-family: Arial; Georgia; Verdana;
		text-align: justify;
		
	}
	p{
		color: black; 
		font-family: Courier New; Lucia Console; Monaco;
		text-align: justify;
}
	.corpo{
		border-style: solid;
		border-width: 3px;
		border-color: black;
		text-align: center;
		background-color: black;
		color: white;
}
</style>
		<title>Eletro On| Loja Oficial</title>
		<meta charset="UTF-8"> 
		<meta name="viewport" contente="width=device-width, initial-scale=1.0"> 
	</head>
	<body> 
<h1>Eletro On com os melhores eletrônicos.</h1>
<img src="imagens/inicio.png" alt="imagem não pode ser exibida"
 width="1201" height="76">
<p class="corpo">Fique tranquilo! Se o produto não te agradar, você pode devolver em até 7 dias sem custos.</p> 
<p>Tem bebê chegando na familia? Não deixe de conferir nossa sessão de babás eletrônicas, tudo parcelado e com o melhor preço!</p>
<img src="imagens/cameras.png" alt="imagem não pode ser exibida" 
width="572" height="187">
<h2>APROVEITE!</h2>
<p>Celulares com ate 50% de desconto e 10x sem juros</p>
<img src="imagens/celulares.png" alt="imagem não pode ser exibida" 
width="435" height="216">
<p>Ainda dá tempo de concorrer a 50 mil reais! Compre conosco, faça o cadastro e concorra!</p> 
<form action="formulario" method="post">
	<p>Login: </p>
	<input type="text" name="login">
	<br>
	<p> Senha:</p>
	<input type="password" name="senha">
	<br> <br>
	<input type="submit" value="Enviar">
</form>
 </body>
</html> 
****************************************************
<!DOCTYPE html> 
<html>
	<head>
		<style>
 h1{
		color: black; 
		text-align: center;
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		font-size: 40px;
	}
	h2{
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		text-align: justify;
		font-size: 30px;
		
	}
	p{
		color: black; 
		font-family: Courier New; Lucia Console; Monaco;
		text-align: justify;
		font-size: 20px;
}
	.corpo{
		text-align: center;
	}
	.rodape{
		border-style: solid;
		border-width: 3px;
		border-color: black;
		text-align: center;
		background-color: black;
		color: white;
		margin-top: 20px;
		margin-bottom: 20px;
 margin-right: 40px;
 margin-left: 40px;
}
</style>
		<title>Eletro On| Loja Oficial</title>
		<meta charset="UTF-8"> 
		<meta name="viewport" contente="width=device-width, initial-scale=1.0"> 
	</head>
<body> 
<h1>Eletro On com os melhores eletrônicos.</h1>
<div class="corpo">
<img src="imagens/inicio.png" alt="imagem não pode ser exibida" width="1201" height="76">
<p class="corpo">Tem bebê chegando na família? Não deixe de conferir nossa sessão de babás eletrônicas, tudo parcelado e com o melhor preço!</p>
<img src="imagens/cameras.png" alt="imagem não pode ser exibida" width="572" height="187">
<h2 class="corpo">APROVEITE!</h2>
<p class="corpo">Celulares com ate 50% de desconto e 10x sem juros</p>
<img src="imagens/celulares.png" alt="imagem não pode ser exibida" width="435" height="216">
</div>
<p>Ainda dá tempo de concorrer a 50 mil reais! Compre conosco, faça o login e concorra!</p>
<form action="formulario" method="post">
	<p>Login: </p>
	<input type="text" name="login">
	<br>
	<p> Senha:</p>
	<input type="password" name="senha">
	<br> <br>
	<input type="submit" value="Enviar">
</form>
<div class="rodape">
<p class="rodape">Fique tranquilo! Se o produto não te agradar, você pode devolver em até 7 dias sem custos.</p> 
</div>
<body> 
	
<h1>Eletro On com os melhores eletrônicos.</h1>
<div class="corpo">
<img src="imagens/inicio.png" alt="imagem não pode ser exibida" width="1201" height="76">
<p class="corpo">Tem bebê chegando na família? Não deixe de conferir nossa sessão de babás eletrônicas, tudo parcelado e com o melhor preço!</p>
<img src="imagens/cameras.png" alt="imagem não pode ser exibida" width="572" height="187">
<h2 class="corpo">APROVEITE!</h2>
<p class="corpo">Celulares com ate 50% de desconto e 10x sem juros</p>
<img src="imagens/celulares.png" alt="imagem não pode ser exibida" width="435" height="216">
</div>
<p>Ainda dá tempo de concorrer a 50 mil reais! Compre conosco, faça o login e concorra!</p> 
<form action="formulario" method="post">
	<p>Login: </p>
	<input type="text" name="login">
	<br>
	<p> Senha:</p>
	<input type="password" name="senha">
	<br> <br>
	<input type="submit" value="Enviar">
</form>
<div class="rodape">
<p class="rodape">Fique tranquilo! Se o produto não te agradar, você pode devolver em até 7 dias sem custos.</p> 
</div>
 
 </body>
<html><head>
		<style>		
 h1{
		color: black; 
		text-align: center;
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		font-size: 40px;
	}
	h2{
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		text-align: justify;
		font-size: 30px;
		
	}
	p{
		color: black; 
		font-family: Courier New; Lucia Console; Monaco;
		text-align: justify;
		font-size: 20px;
}
	.corpo{
		text-align: center;
	}
	.rodape{
		border-style: solid;
		border-width: 3px;
		border-color: black;
		text-align: center;
		background-color: black;
		color: white;
		margin-top: 20px;
		margin-bottom: 20px;
 margin-right: 40px;
 margin-left: 40px;
}
</style>
		<title>Eletro On| Loja Oficial</title>
		<meta charset="UTF-8"> 
		<meta name="viewport" contente="width=device-width, initial-scale=1.0"> 
	</head>
	
	<body> 
	
<h1>Eletro On com os melhores eletrônicos.</h1>
<div class="corpo">
<img src="imagens/inicio.png" alt="imagem não pode ser exibida" width="1201" height="76">
<p class="corpo">Tem bebê chegando na família? Não deixe de conferir nossa sessão de babás eletrônicas, tudo parcelado e com o melhor preço!</p>
<img src="imagens/cameras.png" alt="imagem não pode ser exibida" width="572" height="187">
<h2 class="corpo">APROVEITE!</h2>
<p class="corpo">Celulares com ate 50% de desconto e 10x sem juros</p>
<img src="imagens/celulares.png" alt="imagem não pode ser exibida" width="435" height="216">
</div>
<p>Ainda dá tempo de concorrer a 50 mil reais! Compre conosco, faça o login e concorra!</p> 
<form action="formulario" method="post">
	<p>Login: </p>
	<input type="text" name="login">
	<br>
	<p> Senha:</p>
	<input type="password" name="senha">
	<br> <br>
	<input type="submit" value="Enviar">
</form>
<div class="rodape">
<p class="rodape">Fique tranquilo! Se o produto não te agradar, você pode devolver em até 7 dias sem custos.</p> 
</div>
 
 </body>
<html><head>
		<style>		
 h1{
		color: black; 
		text-align: center;
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		font-size: 40px;
	}
	h2{
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		text-align: justify;
		font-size: 30px;
		
	}
	p{
		color: black; 
		font-family: Courier New; Lucia Console; Monaco;
		text-align: justify;
		font-size: 20px;
}
	.corpo{
		text-align: center;
	}
	.rodape{
		border-style: solid;
		border-width: 3px;
		border-color: black;
		text-align: center;
		background-color: black;
		color: white;
		margin-top: 20px;
		margin-bottom: 20px;
 margin-right: 40px;
 margin-left: 40px;
}
</style>
		<title>Eletro On| Loja Oficial</title>
		<meta charset="UTF-8"> 
		<meta name="viewport" contente="width=device-width, initial-scale=1.0"> 
	</head>
	
	<body> 
	
<h1>Eletro On com os melhores eletrônicos.</h1>
<div class="corpo">
<img src="imagens/inicio.png" alt="imagem não pode ser exibida" width="1201" height="76">
<p class="corpo">Tem bebê chegando na família? Não deixe de conferir nossa sessão de babás eletrônicas, tudo parcelado e com o melhor preço!</p>
<img src="imagens/cameras.png" alt="imagem não pode ser exibida" width="572" height="187">
<h2 class="corpo">APROVEITE!</h2>
<p class="corpo">Celulares com ate 50% de desconto e 10x sem juros</p>
<img src="imagens/celulares.png" alt="imagem não pode ser exibida" width="435"height="216">
</div>
<p>Ainda dá tempo de concorrer a 50 mil reais! Compre conosco, faça o login e concorra!</p> 
<form action="formulario" method="post">
	<p>Login: </p>
	<input type="text" name="login">
	<br>
	<p> Senha:</p>
	<input type="password" name="senha">
	<br> <br>
	<input type="submit" value="Enviar">
</form>
<div class="rodape">
<p class="rodape">Fique tranquilo! Se o produto não te agradar, você pode devolver em até 7 dias sem custos.</p> 
</div>
 </body>
<html><head>
		<style>		
 h1{
		color: black; 
		text-align: center;
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		font-size: 40px;
	}
	h2{
		font-weight: bold;
		font-family: Comic Sans MS; Comic Sans; cursive;
		text-align: justify;
		font-size: 30px;
		
	}
	p{
		color: black; 
		font-family: Courier New; Lucia Console; Monaco;
		text-align: justify;
		font-size: 20px;
}
	.corpo{
		text-align: center;
	}
	.rodape{
		border-style: solid;
		border-width: 3px;
		border-color: black;
		text-align: center;
		background-color: black;
		color: white;
		margin-top: 20px;
		margin-bottom: 20px;
 margin-right: 40px;
 margin-left: 40px;
}
</style>
		<title>Eletro On| Loja Oficial</title>
		<meta charset="UTF-8"> 
		<meta name="viewport" contente="width=device-width, initial-scale=1.0"> 
	</head>
	
	<body> 
	
<h1>Eletro On com os melhores eletrônicos.</h1>
<div class="corpo">
<img src="imagens/inicio.png" alt="imagem não pode ser exibida" width="1201" height="76">
<p class="corpo">Tem bebê chegando na família? Não deixe de conferir nossa sessão de babás eletrônicas, tudo parcelado e com o melhor preço!</p>
<img src="imagens/cameras.png" alt="imagem não pode ser exibida" width="572" height="187">
<h2 class="corpo">APROVEITE!</h2>
<p class="corpo">Celulares com ate 50% de desconto e 10x sem juros</p>
<img src="imagens/celulares.png" alt="imagem não pode ser exibida" width="435" height="216">
</div>
<p>Ainda dá tempo de concorrer a 50 mil reais! Compre conosco, faça o login e concorra!</p> 
<form action="formulario" method="post">
	<p>Login: </p>
	<input type="text" name="login">
	<br>
	<p> Senha:</p>
	<input type="password" name="senha">
	<br> <br>
	<input type="submit" value="Enviar">
</form>
<div class="rodape">
<p class="rodape">Fique tranquilo! Se o produto não te agradar, você pode devolver em até 7 dias sem custos.</p> 
</div>
 </body>
</html>

Continue navegando