HTML 학습(7) - PIP(picture-in-picture)

黄舟
풀어 주다: 2016-12-29 15:39:38
원래의
2090명이 탐색했습니다.

Picture-in-picture 태그:

iframe
로그인 후 복사

프레임 태그는 현재 많이 사용되지 않으며 레이아웃은 div+css+table입니다. 프레임은 거의 사용하지 않습니다

[code]<!DOCTYPE html> 
<html> 
<head>   
<meta charset="utf-8">   
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame         
Remove this if you use the .htaccess -->   
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">   
<title>iframe</title>   
<meta name="description" content="">   
<meta name="author" content="sync">   
<meta name="viewport" content="width=device-width; initial-scale=1.0">   
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->   
<link rel="shortcut icon" href="/favicon.ico">   
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> 
</head> 
<body>     
<iframe src="table.html" height="600" width="800">这是画中画标签</iframe> 
</body> 
</html>
로그인 후 복사

위는 Html 학습(7) - PIP(Picture-in-Picture) 컨텐츠입니다. 더 많은 관련 컨텐츠를 원하시면 PHP 중국어 넷(www.php.cn)에 주목하세요!


관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿