블로그 이미지
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
반응형

Category

Recent Post

Recent Comment

Archive

'.Net Project/HTML & XHTML'에 해당되는 글 23

  1. 2009.07.25 Ex-21 메타태그 관련자료1
  2. 2009.07.25 Ex-21 동영상 실행1
  3. 2009.07.25 Ex-19장 IFrame 관련1
  4. 2009.07.24 Ex-20장 프레임관련 예제1
2009. 7. 25. 00:21 .Net Project/HTML & XHTML
반응형


<사용방식에 대한 설명 >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>
 <META HTTP-EQUIV="Refresh" content="10;URL=http://www.dotnetkorea.com/">
 <META HTTP-EQUIV="Page-Enter" content="RevealTrans(Duration=5/시간 초단위, Transition=21) "/>

 <META name="Subject" content="홈페이지주제 입력"/>
 <META name="Title" content="홈페이지이름 입력"/>
 <META name="Description" content="설명문 입력"/>
 <META name="Keywords" content="키워드 입력"/>
 <META name="Author" content="만든사람 이름"/>
 <META name="Publisher" content="만든단체나회사 이름"/>
 
 <META name="Other Agent" content="웹책임자 이름"/>
 <META name="Classification" content="카테고리위치(분류)"/>
 <META name="Generator" content="생성프로그램(에디터)"/>
 <META name="Reply-To(Email)" content="메일주소 입력"/>
 <META name="Filename" content="파일이름 입력"/>
 <META name="Author-Date(Date)" content="제작일"/>
 <META name="Location" content="위치"/>
 <META name="Distribution" content="배포자"/>
 <META name="Copyright" content="저작권"/>
 <META name="Robots" content="ALL"/>
   
    <!--favicon 사용방법에 대하여 설명-->
 <link rel = "shortcut icon" href=http://www.naver.com/favicon.ico" />
 </body>
</html>

메타 태그의 경우 이러한 식으로 현재 사용하고 있으며, 웹 브라우저에서는 꼭 사용해야 하는 태그 라고 알고 있으면 됩니다..

반응형

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

Ex-21 동영상 실행  (1) 2009.07.25
Ex-19장 IFrame 관련  (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
2009. 7. 25. 00:14 .Net Project/HTML & XHTML
반응형


<결과 동영상 화면>

 


<소스 내용>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>
 
 <!--원격 태그로 이용하여 동영상 재생-->
 <embed src="http://www.hawaso.com/JeilStudy/2006DevDays.WMV" width="200" height="200"></embed>
 
 <!--embed src="Hen.mp3"></embed>-->
 
</body>
</html>

반응형

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

Ex-21 메타태그 관련자료  (1) 2009.07.25
Ex-19장 IFrame 관련  (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
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
2009. 7. 24. 00:32 .Net Project/HTML & XHTML
반응형

  <Navigator.html>



 <Category.html>




<catalog.html>

그리고 하나는 프레임.html 만들어서 각각의 구현을 하여준다. <default.html>
<Navigator.html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>
<img src="../image/111.jpg" alt="로고" /> <br />
<a href ="Default.html" target="_top">HOME </a>
<a href ="Default.html" target="_blank ">공지사항</a>
<a href ="http://www.daum.net/" target ="Catalog">다음</a>
</body>
</html>

<Catagory.html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>
<h3>카테고리</h3>
<ul>
 <li><a href="#">C#</a></li>
 <li><a href="#">ASP.NET</a></li>
 <li><a href="#">SilverLight</a></li>
</ul>
</body>
</html>

<Catalog.html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>
<div>
안녕하세요
</div>
</body>
</html>


<Default.html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<frameset rows="350%,150%">
 <frame src="Navigator.html" noresize="No" frameborder="1"></frame>
 <frameset cols="150,*">
   <frame src="Category.html" scrolling="yes"frameborder="1"></frame>
   <frame src="Catalog.html" name="Catalog"frameborder="1"></frame>
 </frameset>
</frameset>
</html>
반응형

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

Ex-21 동영상 실행  (1) 2009.07.25
Ex-19장 IFrame 관련  (1) 2009.07.25
Ex-19장 프레임 관련자료 태그 속성 ppt  (1) 2009.07.24
Ex-18장 태이블 태그 기타  (1) 2009.07.24
Ex-17장 템플릿  (1) 2009.07.24
posted by Magic_kit