묻고답하기

"게시판 들어갈 곳"에 다른 게시판을 두개를 넣고 싶습니다..ㅜㅠ

xe를 사용 한지 얼마 안되서ㅠㅠ

아무리 해도 안되네요ㅠㅠ 도와주세요ㅠ

 

<!doctype html>
<html lang="en">
  <head>
 <META content="IE=11.0000"  http-equiv="X-UA-Compatible">
 <META name="viewport" content="user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width,target-densitydpi=medium-dpi">
  <meta charset="UTF-8">
  <title>Document</title>
  <style>
 #geust_title{width:100%; height:200px; background:blue; color:white;  font-size:20pt;}
 #geust_wrap{width:80%;  overflow:hidden; margin:0 auto; background:yellow; color:white; }
  #geust_footer{width:100%; height:200px; background:black; color:white;  font-size:20pt;}

 

  </style>
 </head>
 <body>
 <div id="geust_title">첫번째 게시판입니당</div>
  <div id="geust_warp">
  첫번째게시판들어갈곳
 
  </div>
 <div id="geust_title">두번째 게시판입니당</div>
  <div id="geust_warp">
두번째 게시판 들어갈곳
  </div>
   <div id="geust_footer">안녕히가세요</div>
 </body>
</html>