노무현 대통령 배너
카테고리 없음2011. 7. 8. 11:21

HTML Test
<!DOCTYPE html>
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=euc-kr" />
<meta name="Generator" content="Z" />
<meta name="Author" content="pearlz" />
<meta name="Keywords" content="" />
<meta name="Description" content="" />

<link rel="stylesheet" href="style.css" type="text/css" />

</head>

<body>

</body>
</html>


CSS Test
BODY     { font:normal 12px/160% 굴림; color:#000000; margin:0; padding:0; }
A:link   { font:normal 12px 굴림 ; color:#0000FF; text-decoration:none; }
A:hover  { font:normal 12px 굴림 ; color:#FF0000; text-decoration:underline; }
A:visited{ font:normal 12px 굴림 ; color:#800080; text-decoration:none; }
A:active { font:normal 12px 굴림 ; color:#FF0000; text-decoration:none; }


PHP Test
<?php
echo "Hello World";
?>
Posted by zestyx