Здравствуйте, интересует ваше мнение про мой код, а именно какие ошибки я допустил, что мне необходимо для того, чтобы мои работы стали лучше. Вот код:
Код:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ****"http://www.w3.org/TR/html4/loose.dtd"> <html> **<head> ****<title></title> ****<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <STYLE type="text/css"> /*~~~~~~~~~~~~~~~~ Nulled Agent ~~~~~~~~~~~~~~~~*/ * { ****margin:0px; ****padding:0px; ****font-size:100.01%; ****background-color:transparent; ****color:rgb(91, 91, 91); ****border:none; } * html body { ****height:100%; } html { ****height:100%; } body { ****min-height:100%; ****min-width:960px; ****position:relative; ****font:62.5% Verdana; /* 1em = 10px */ ****text-align:left;** /* IE5, default center */ ****color:#000000; ****background-color:rgb(80, 95, 110); } a:link, a:visited, a:focus, a:hover, a:active { ****text-decoration:none; } input, textarea { ****font:62.5% Tahoma; } ul, ol, li { ****list-style:none; } .none { ****display:none; } /*~~~~~~~~~~~~~~~~ Block ~~~~~~~~~~~~~~~~*/ .t { ****width: 960px; ****height: 50px; ****margin: 0 auto; ****padding: 30px 0 0 0; ****background-color: Silver; } .h { ****width: 960px; ****height: 148px; ****margin: 0 auto; ****background-color: Black; } .g { ****width: 960px; ****margin: 0 auto; ****background-color: Teal; } .c { ****width: 920px; ****margin: 0 auto; ****padding: 20px 0 0 0; ****background-color: Background; } .l { ****float: left; ****width: 500px; ****height: 600px; ****margin: 0 0 20px 0; ****background-color: Silver; } .r { ****float: right; ****width: 400px; ****height: 600px; ****background-color: Silver; } .f { ****width: 920px; ****height: 100px; ****margin: 20px auto 0 auto; ****clear: both; ****background-color: Silver; } </style> **</head> **<body> ** ** **<div class="g"> ****<div class="c""> ****** ****** ****</div> **** **</div> ** </body> </html>



