Html學習(7) - 畫中畫

黄舟
發布: 2016-12-29 15:39:38
原創
2080 人瀏覽過

畫中畫標籤:

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) - 畫中畫內容,更多相關內容請關注PHP中文網(m.sbmmt.com)!


相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!