css_practice2.html
762 Bytes
<html>
<link rel='stylesheet' type='text/css' href='css_practice2.css' />
<title>CSS 실습2</title>
<meta charset="utf-8">
<body>
<div class = "pagination">
<a href = "www.naver.com" class="direction"><span class ='arrow'>‹</span>이전</a>
<a href = "www.naver.com">11</a>
<a href = "www.naver.com">12</a>
<a href = "www.naver.com">13</a>
<a href = "www.naver.com">14</a>
<a href = "www.naver.com" class ="current">15</a>
<a href = "www.naver.com">16</a>
<a href = "www.naver.com">17</a>
<a href = "www.naver.com">18</a>
<a href = "www.naver.com">19</a>
<a href = "www.naver.com">20</a>
<a href = "www.naver.com" class="direction">다음<span class ='arrow'>›</span></a>
</div>
</body>
</html>