-3
Just doesn’t go along
<Doctype html>
<html>
<head>
<title>Revisão</title>
<meta charset="utf8"/>
</head>
<body>
<table aling="center" border="1">
<div>
<tr>
<td>Nome</td>
</tr>
</div>
<div>
<tr>
<td>gabriel</td>
</tr>
</div>
</table>
</body>
</html>
Align is misspelled, and avoid tables for forms. Use the tag form
– Wesley Alves