html建设一个框架代码(html网页制作 4个混搭框架怎么弄)

本文目录
- html网页制作 4个混搭框架怎么弄
- 制作一个如下图所示的框架网页,写出HTML代码
- 请html高手用div给画个这样的框架吧
- HTML中如何建立使用窗口框架的页面
- 写出html文档框架代码,它分几部分
- 求用HTML于CSS代码写出的一个简单的页面框架,要现成的,能打开看见的,不要百度的
- 用HTML建立网页框架,框架内的内容用什么标签编写
html网页制作 4个混搭框架怎么弄
《frameset rows="58*,395*" cols="*" framespacing="0" border="0"》《frame src="top.htm" title="top" /》
《frameset rows="281,102" cols="*"》
《frameset rows="*"早宴山拆 cols="124,*" framespacing="0" frameborder="no" border="0"》
《frame src="left.htm" name="left" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" /》
《frame src="main.htm" title="main" /》
《/frameset》
《frame src="bottom.htm" title="bottom" /》
《/frameset》
《/frameset》
《noframes》《/noframes》陆唯银
制作一个如下图所示的框架网页,写出HTML代码
《style type=’text/css’》
#hifm{
width:1000px;
height:600px;
border:1px solid yellow;
float:left;
}
.head{
width:1000px;
height:80px;
border:1px solid yellow;
float:left;
}
.index{
width:160px;
height:455px;
border:1px solid yellow;
float:left;
}
.main{
width:836px;
height:455px;
border:1px solid yellow;
float:left;
}
.foot{
width:1000px;
height:60px;
border:1px solid yellow;
float:left;
}
《/style》
《div id=’hifm’》
《div class="head"》Head《/div》
《div class=’拆橡激index’》Index《/div》《div class=’main’》Main《/div》
《div class=’foot’旅袜》Foot《/如雀div》
《/div》
请html高手用div给画个这样的框架吧
《!doctype html》
《html》
《head》
《meta charset="utf-8"》
《title》无标题文档《/title》
《style type="text/css"》
《!--
* { margin:0; padding:0; border:0; list-style:none;}
div { margin:0 auto;}
#Content { width:1000px; overflow:hidden; margin-top:20px;}
#Content * { border-collapse:collapse;}
.ContLeft { float:left; width:300px; border:2px solid #dedede; height:500px;}
.ContRight { float:right; width:300px; border:2px solid #dedede; height:500px;}
.ContMiddle { margin:0 300px; height:500px; border-top:2px solid #dedede; border-bottom:2px solid #dedede;}
.ContMiddleRight { float:right; width:100px; border-left:2px solid #dedede; height:100%;}
.ContMiddleLeft { margin-right:100px; overflow:hidden; height:100%;}
.ContMiddleLeftTop { width:100%; height:60px; border-bottom:2px solid #dedede;}
.ContMiddleLeftTopRight { float:right; width:100px; height:100%; border-left:2px solid #dedede; overflow:hidden;}
.ContMiddleLeftTopLeft { margin-right:100px; height:100%; overflow:hidden;}
.ContMiddleLeftMiddle { width:100%; height:376px; overflow:hidden;}
.ContMiddleLeftBottom { width:100%; height:60px; border-top:2px solid #dedede;}
.ContRightTop { width:100%; height:438px; overflow:hidden;}
.ContRightBottom { width:100%; height:60px; border-top:2px 大段塌solid #dedede;}
.ContMiddleRightUl { padding-top:150px;}
.ContMiddleRightUl ul { border-top:2px solid #dedede;}
.ContMiddleRightUl li { width:100%; line-height:30px; height:30px; overflow:hidden; border-bottom:2px solid #dedede; text-align:center;}
--》
《/style》
《/head》
《body》
《div id="Content"》
《div class="ContLeft"》《/div》
《div class="ContRight"》
《div class="ContRightTop"》《/div》
《div class="ContRightBottom"》《/div》
《/div》
《div class="ContMiddle"》
《div class="ContMiddleRight"》
《div class="ContMiddleRightUl"》
《ul》
《li》单个向左《/li》
《li》单个向右《/li》
《li》全部向左《/li》
《li》全部向右《/li》
《/ul》
燃让 《/div》
《/div》
《div class="ContMiddleLeft"》
《div class="ContMiddleLeftTop"》
《div class="ContMiddleLeftTopRight"》《/div》
《div class="ContMiddleLeftTopLeft"》《/div》
《/div》
滚圆 《div class="ContMiddleLeftMiddle"》《/div》
《div class="ContMiddleLeftBottom"》《/div》
《/div》
《/div》
《/div》
《/body》
《/html》
纯属无聊制作,真心希望能帮到你,望采纳
HTML中如何建立使用窗口框架的页面
有两种放法, 一种可以用include 另一种用《frame》标签来做。
具体方法你可以去网上百度轿戚宴一下。
推荐用frame标签仔袭 方法,建一个main.html 然后按照你的布局来建立网页。
例如上中下,上左右布局 。
那就建立top.html,middle.html ,foot.html .
用target属性把他们拼在一张网页中 。闭银你先去百度一下试试做。
实在做不出来 我再具体说哈。
写出html文档框架代码,它分几部分
《html》
《!--
一般说来分为两部分:HEAD 和 BODY
--》
《head》
《!--
这里明丛兆是当前页的定义:
1.标题TITLE
2.样式应用LINK
3.脚本定义SCRIPT
……
--》
《/head》
《body》
《!--
这里的郑腔是具体的显示内容:
1.HTML格式标记下的内容
2.引激租用HEAD的样式CLASS
3.调用HEAD的SCRIPT
……
--》
《/body》
《/html》
求用HTML于CSS代码写出的一个简单的页面框架,要现成的,能打开看见的,不要百度的
这是我亲手花了几分钟写的皮迅,望采纳哦!~~
《!DOCTYPE html》
《html》
《head》
《meta charset="utf-8"》
《title》test《/title》
《/head》
《style》
*{margin:0px;padding:0px;}
header{
width: 100%;
background:#ccc;
height:100px;
text-align: center;
}
header》nav{
float: left;
width:100px;
height:20px;
border:1px solid red;
text-align: center;
}
section{
width: 100%;
height:250px;
background: #3498DB;
text-align: center;
font-size: 50px;
line-height:250px;
}
footer{
width:100%;
height:100px;
background: #66CCFF;
text-align: center;
font-size: 50px;
line-height:100px;
}
《/style》
《body》
《header》
《h1》头部《/h1》
《nav》导航1《/nav》
《nav》导航2《/nav》
《nav》导航3《/nav》碧腔
《/header》
《section》内容页面《/悔握衫section》
《footer》底部《/footer》
《/body》
《/html》
用HTML建立网页框架,框架内的内容用什么标签编写
给frame标签指定src属性,比如
《frame
src="page1.htm"》
然后缓姿你就可以新建一个网页page1.htm,正常这个闹空网页就液哪瞎行了,在打开框架页时,这页就会在框架中被加载.
frame标签下是不能直接写内容的,它只能加载其它页来显示内容.

更多文章:
制作网页时通常需要在同一网页内跳转常常采用制作什么超链接(简述在网页设计中制作超链接的类型)
2026年9月5日 07:00
开发工具按钮是表格部分数据清零(怎么添加一个Excel批量删除多个单元格内容按钮)
2026年9月5日 05:45
石家庄网站优化全包(石家庄公交第三批线网线优化什么时候开始)
2026年9月5日 05:15
一个卖东西的微信小程序,都需要什么条件怎么制作?我想做一个社区团购的小程序,怎么入手呢,大概需要花多少钱
2026年9月5日 05:00





