</head>
<body>
<div class="login">
<h2 class="login-header">Form Login</h2>
<form class="login-container">
<p>
<input type="email" placeholder="Email">
</p>
<p>
<input type="password" placeholder="Password">
</p>
<p>
<input type="submit" value="Log in">
</p>
</form>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>welcomem</title>
<link rel="stylesheet" href="">
</head>
<body>
<table border="1">
<tr>
<td>nama</td>
<td>kelas</td>
<td>jurusan</td>
</tr>
<tr>
<td>Satria</td>
<td>Xi</td>
<td>tkj</td>
</tr>
</table>
</body>
</html>