CSS_Pr_02.html 597 Bytes
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./CSS_Style_Sheet/CSS_Style_Pr02.css"/>
</head>

<body>
	<div class="pagination">
		<a href="#" class="direction"><span class='arrow'>&lsaquo;</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'>&rsaquo;</span></a>
	</div>
</body>
</html>