์๋จ nav๋ฐ์์ ๊ฒ์ํ์ ๋๋ฅด๋ฉด bbs.jsp ๋ก ์ด๋ํ๋ค ์ด๋ bbs.jsp๋ ๊ฒ์ํ์ ๋ฉ์ธ ํ์ด์ง์ด๋ค.
์ด๋ฒ ์ฅ์์๋ ์ด bbs.jsp๋ฅผ ๊พธ๋ฉฐ์ฃผ๋๋ก ํ๋ค.
1. bbs.jsp ์์ฑ
์ฐ์ main.jsp๋ฅผ ๋ณต์ฌํ์ฌ bbs.jsp๋ฅผ ์์ฑํ๋ค.
2. bbs.jsp ๋ฅผ ๊พธ๋ฉฐ์ฃผ๋ ์ฝ๋ ์์ฑ
ํด๋น ํ์ผ ํ๋จ( </nav> ์๋์ <script src="~~"> ์ฝ๋ ์ฌ์ด) ์ ์๋์ ๊ฐ์ ์ฝ๋๋ฅผ ์ถ๊ฐํ๋ค.
<div class="container">
<div class="row">
<table class="table table-striped" style="text-align: center; border: 1px solid #dddddd">
<thead>
<tr>
<th style="background-color: #eeeeee; text-align:center;">๋ฒํธ</th>
<th style="background-color: #eeeeee; text-align:center;">์ ๋ชฉ</th>
<th style="background-color: #eeeeee; text-align:center;">์์ฑ์</th>
<th style="background-color: #eeeeee; text-align:center;">์์ฑ์ผ</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>์๋
ํ์ธ์</td>
<td>ํ๊ธธ๋</td>
<td>2023-04-17</td>
</tr>
</tbody>
</table>
<a href="write.jsp" class="btn btn-primary pull-right">๊ธ์ฐ๊ธฐ</a>
</div>
</div>
๊ฒฐ๊ณผ๋ฌผ