prac2.html 582 Bytes
<!DOCTYPE html>
<html lang "ko">
<head>
<link rel="stylesheet" type="text/css" href="prac2style.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="active">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>