<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
tr
{
height: 50px;
}
tr
{
width: 150px;
}
span
{
color: blue;
font-family: serif;
font-size: 20px;
}
input
{
border-style: ridge;
border-color:
}
</style>
<title>Страница Хуя</title>
</head>
<body>
<center>
<div style="width: 800px; height: 600px; background-image: url(fon.png);" id="myfon">
<table border="0">
<tr>
<td>
<span>Введите логин</span>
</td>
<td>
<input type="text" maxlength="10" id="login"/>
</td>
</tr>
<tr>
<td>
<span>Введите пароль</span>
</td>
<td>
<input type="password" maxlength="10" id="passvord"/>
</td>
</tr>
<tr>
<td>
<input type="button" value="ВХОД" onclick="func()"/>
</td>
</tr>
</table>
</div>
</center>
</body>
</html>