当前位置: 首页 >  游戏攻略 >  框架边框与页面内容的水平边距marginwidth

框架边框与页面内容的水平边距marginwidth

2023-11-19 12:55:02 来源:8624软件园 作者:8624软件园

实例介绍

框架边框与页面内容的水平边距marginwidth

框架页面与HTML中的表格一样,也可以具有边框与页面内容的水平边距。

基本语法

frameu00a0 src="页面源文件地址"u00a0 marginwidth="水平边距"

语法介绍

水平边距用于设置页面的左右边缘与框架边框的距离。

实例代码

html xmlns=""headmeta http-equiv="Content-Type" content="text/html; charset=utf-8" /title框架边框与页面内容的水平边距/title/headframeset rows="134,*" cols="*" frameborder="yes" border="1" framespacing="1"u00a0 frame src="" name="topFrame" noresize marginwidth="100"/u00a0 frameset rows="*" cols="355,*" framespacing="1" frameborder="yes" border="1"u00a0u00a0u00a0 frame src="" name="leftFrame" noresize marginwidth="30"/u00a0u00a0u00a0 frame src="" name="rightFrame" noresize marginwidth="50"/u00a0 /frameset/framesetnoframesbody/body/noframes/html

代码分析

在代码中,加粗部分的marginwidth="100"、marginwidth="30"和marginwidth="50"标记用于设置框架边框与页面内容的水平边距为100像素、30像素、50像素,在浏览器中预览,如果如图所示。

框架边框与页面内容的水平边距marginwidth

素材及源码下载