当前位置:网站首页>[JS] embedded iframe page usage
[JS] embedded iframe page usage
2022-07-30 03:03:00 【A falling star】
Article table of contents
Basic usage
- The basic usage is:
<style type="text/css"> /* It is recommended to use css to set the style of the iframe, because setting the height to 100% will fail, and thenTo use vh units, but iframe tags do not support, css can.*/ .css{ width: 100%; height: 100vh; /* 100% height of the viewport*/ border: 0; /* remove his own border, otherwise it will feel inconsistent*/ } style><iframe src="https://www.baidu.com" class="css" >iframe>
- Common property settings:
Properties | Property value | Description |
---|---|---|
name | string | Name of the frame, a property specific to window.frames[name] |
src | url address or file path | can be a page address or an image address. |
边栏推荐
猜你喜欢
1050 graphics card, why is the graphics card usage ranking on Steam always the top five
票房破7.9亿美元,最近这部恐龙爽片你看了吗?
1050的显卡,为何在Steam上的显卡使用率排行榜一直都是前五
DAP data processing process
新手入门C#:实现简易的计算器功能
三年经验只会点点点(功能测试),辞职后你可能连工作都找不到了。
Leetcode.19 删链表倒数第 N 个结点(栈/先后指针)
Houdini 地形知识点
VMware disk expansion record
对“不可能三角”发起挑战的公链们
随机推荐
单片机没有随机数发生器如何生成随机数——2022.07.26
中级-面试题目整理
OPENSQL
JS Navigator appName appVersion userAgent platform
解决谷歌浏览器跨域问题has been blocked by CORS policy: The request client is not a secure context and the resou
Ansible简介(详细)特性+优点+设计理念+应用领域+系统架构+工作原理+任务执行流程
【服务器存储数据恢复】华为OceanStor某型号存储raid5数据恢复案例
Oracle数据库表空间整理回收与释放操作
Redis (ten) - Redission principle and practice
再度入围|“国产化”大潮来袭,汉得助力乘风破浪!
Fudan-Washington University EMBA Kechuang's Ao E丨The Magical Materials and We Are Shaped
机器学习(十五)异常检测
代码可读性,前置检查、注释及总结
Successfully resolved pydotplus.graphviz.InvocationException: GraphViz's executables not found
JS Bom location 楼层导航效果 offsetTop data-n 方括号选择器
【C语言刷LeetCode】451. 根据字符出现频率排序(M)
力扣(LeetCode)210. 课程表 II(2022.07.29)
力扣刷题训练(二)
DAP数据加工流程梳理
golang的channel实现原理