웹표준,웹접근성(html, html5, css, css3, javascript, jQuery, jQueryMobile, snecha, senchaTouch, php, mobileWebApp)
object 본문
<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>
<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>