You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

86 lines
2.1 KiB

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>T&iacute;tulo P&aacute;gina Triplo X</title>
<link rel="stylesheet/less" type="text/css" href="styles/base.less"/>
<script src="scripts/less.min.js" type="text/javascript"></script>
</head>
<body>
<script src="scripts/index.js" defer></script>
<header>
<h1>Smartphone XJK +</h1>
</header>
<main>
<h2 class="titulo">Requisitos de hardware</h2>
<table cellspacing="5" cellpadding="10">
<thead>
<tr>
<th>Ano</th>
<td>2022</td>
</tr>
</thead>
<tbody>
<tr>
<th>Processador</th>
<td>4 cores</td>
</tr>
<tr>
<th>Espessura</th>
<td>100mm</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>M&eacute;dia</th>
<td>1,60</td>
</tr>
</tfoot>
</table>
<!-- action="salvar.html" -->
<form class="form" method="get">
<h2 class="form__titulo">Registre seu interesse</h2>
<div class="form__infor">
<label class="form__infor__label">Nome:</label>
<input id="campo_nome" type="text" name="nome" class="form__infor__input"/>
</div>
<div class="form__infor">
<label class="form__infor__label" for="campo_sobrenome">
Sobrenome:
</label>
<input id="campo_sobrenome" type="text" name="sobrenome" class="form__infor__input"/>
</div>
<div class="form__infor">
<label for="campo_email" class="form__infor__label">
Email:
</label>
<input id="campo_email" type="email" name="email" class="form__infor__input"/>
</div>
<div class="form__infor">
<label class="form__infor__label">
<input id="check" type="checkbox" name="autoriza" /> Receber novidades.
</label>
</div>
<button id="btn_enviar">Enviar</button>
</form>
</main>
<footer>
<p>&copy;equipe triplo X 2022</p>
<span>Todos os direitos reservados</span>
</footer>
</body>
</html>