블로그 이미지
Magic_kit
study 관련자료를 한곳으로 자기 개발 목적으로 재태크 재무 관리 목적으로 일상생활의 팁을 공유 하기 위하여 블로그를 개설 하였습니다.

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
반응형

Category

Recent Post

Recent Comment

Archive

2009. 7. 25. 00:04 .Net Project/HTML & XHTML
반응형


<결과 화면>



<소스 내용>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
     
</head>
<body>
 <table border="1" width="100">
 <tr>
  <td height="200">
   <iframe src="http://www.google.co.kr/" width ="200" height="200" frameborder="1" align="top" scrolling="yes"  >
   </iframe>
  </td>
  <td height="200">
   <iframe src="http://www.naver.com/" width ="200" height="200" frameborder="1" align="bottom" scrolling="yes" >
   </iframe>
  </td>
 </tr>

 <tr>
  <td height="200">
   <iframe src="http://www.daum.net/" width="200" height="200" frameborder=1 align="middle" scrolling="yes" >
   </iframe>
  
   </td>
  <td height="200">
   <iframe src="http://www.nate.com/" width="200" height="200" frameborder=1 align="right" scrolling="yes" >
   </iframe>
   
      </td>
 
 </tr>
 </table>
</body>
</html>

반응형

'.Net Project > HTML & XHTML' 카테고리의 다른 글

Ex-21 메타태그 관련자료  (1) 2009.07.25
Ex-21 동영상 실행  (1) 2009.07.25
Ex-20장 프레임관련 예제  (1) 2009.07.24
Ex-19장 프레임 관련자료 태그 속성 ppt  (1) 2009.07.24
Ex-18장 태이블 태그 기타  (1) 2009.07.24
posted by Magic_kit