웹표준,웹접근성(html, html5, css, css3, javascript, jQuery, jQueryMobile, snecha, senchaTouch, php, mobileWebApp)

object 본문

html

object

jokack01 2011. 11. 10. 09:51
<html lang="ko">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>HTML - Object</title>
  <style type="text/css">
  <!--
   object[tupe*="html"] {
    border: 1px solid #ececec;
   }
  -->
  </style>
 </head>
 <body>
 
  <h1>Object</h1>
  
  <object data="http://m.daum.net/" type="text/html" width="320" height="480">
   <!-- <param name="" value=""> -->
   <!-- 대체 내용 -->
   <a href="http://m.daum.net/">모바일 다음</a>
  </object>
 
 </body>
</html>

'html' 카테고리의 다른 글

HTML Forms - Fieldset, Legend  (0) 2011.11.10
button  (0) 2011.11.10
form  (0) 2011.11.10
table  (0) 2011.11.10
meta  (0) 2011.11.10