Html学习(7) - 画中画
程序员文章站
2022-05-04 22:34:37
...
画中画标签:
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中文网(www.php.cn)!
推荐阅读
-
css+html实现自适应宽度的菜单学习_html/css_WEB-ITnose
-
PHP学习笔记 IIS7下安装配置php环境
-
优化数据页面(7)--使用三维效果突出标题行_html/css_WEB-ITnose
-
菜鸟学习路,遇到了问题请大神帮忙_html/css_WEB-ITnose
-
html学习中
-
web前端开发自学路线是怎样的?html+css+JavaScript的学习方法?
-
php学习笔记之将word文档转化为HTML文件
-
HTML学习笔记_html/css_WEB-ITnose
-
《HTML5与CSS3基础教程》学习笔记 --Three Day_html/css_WEB-ITnose
-
全屏显示 在IE7下body会有滚动条出现_html/css_WEB-ITnose