ex02.html
605 Bytes
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>실습 5-2</title>
<link href="./css/ex02-1.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="pagination">
<a href="#" class="direction"><span class='arrow'>‹</span>이전</a>
<a href="#">11</a>
<a href="#">12</a>
<a href="#">13</a>
<a href="#">14</a>
<a href="#" class="current">15</a>
<a href="#">16</a>
<a href="#">17</a>
<a href="#">18</a>
<a href="#">19</a>
<a href="#">20</a>
<a href="#" class="direction">다음 <span class='arrow'>›</span></a>
</div>
</body>
</html>