You are on page 1of 1

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


<title>Biodata Mahasiswa</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
</head>
<body>
<br><br> <br>
<table align="center" border="0" width="500" height="300" bgcolor="#FFFFFF" >
<th height="60" bgcolor="#00CCFF">
<h1 align="center">Biodata Mahasiswa</h1>
</th>
<tr>
<td>
<p align="center"><button style="border: 2px solid #06C">&nbsp;
<br>
<a href="form_data_mahasiswa.php">Input Data Mahasiswa</a><br> &nbsp;</button>
</p>
<p align="center"><button style="border: 2px solid #06C">&nbsp;
<br>
<a href="tampil.php">Tampilkan Data Mahasiswa</a><br> &nbsp;</button>
</p>
</td>
</tr>
</body>
</html>

You might also like