연습

1.17

draw-hee 2011. 1. 17. 10:59

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>news </title>
<style type="text/css">
*{margin:0;padding:0;font-family:dotum,helvetica,sans-serif;}
body{font-size:12px}
li{list-style:none}
img{border:0}
a{text-decoration:none;color:#555}
a:hover,a:active,a:focus{text-decoration:underline;color:#0030ae}
.news{width:283px;height:90px;background:url(images/site_bg.gif) no-repeat}
.news ul{margin-left:15px;padding-top:8px;padding-right:10px;}
.news li{border:1px solid red;padding-left:15px;background:url(images/icn_arrowG.gif) no-repeat 0 3px;margin-bottom:6px}
</style>
</head>
<body>
<div class="news">
<ul>
   <li><a href="#">인터넷 웹 콘텐츠 접근성 지침(2005.12)</a></li>
    <li><a href="#">웹 접근성 콘텐츠 제작기법</a></li>
    <li><a href="#"> 웹 접근성 향상을 위한 국가표준 기술 가이드라인(2009.3.17)</a></li>
</ul></div>
</body>
</html>

'연습' 카테고리의 다른 글

로그인   (0) 2011.01.18
1.8-1  (0) 2011.01.18
1.17-1  (0) 2011.01.17