公共头部和公共尾部

<!-- 清除版心样式 -->
    <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>
 
posted @ 2022-12-02 12:15  溏心123  阅读(32)  评论(0)    收藏  举报