<!-- 清除版心样式 --> <link rel="stylesheet" href="./css/base.css"> <!-- 引入企业展示的css样式 --> <link rel="stylesheet" href="./css/index.css"> </head> <body> <!-- 引入公共头部 width="100%" 设置引入页面的大小height="100"设置引入页面的高度 scrolling="no" 设置滚动条的有无--> <iframe src="./top.html" frameborder="0" width="100%" height="100" scrolling="no"></iframe> <!-- 引入公共尾部 --> <iframe src="./foot.html" frameborder="0" width="100%" height="100" scrolling="no"></iframe>
标签:尾部,头部,公共 From: https://www.cnblogs.com/txa2003/p/16944078.html