zoukankan      html  css  js  c++  java
  • 我们小组中我做的主页框架的一部分

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>

    </style>
    </head>

    <frameset rows="15%,*" >
    <frame src="top.html" name="topFrame"/>
    <frameset cols="15%,70%,*">
    <frame src="main_left.html" name="main_leftFrame"/>
    <frameset rows="30%,*">
    <frameset cols="70%,*">
    <frame src="main_mid_top_left.html"noresize="noresize" />
    <frame src="main_mid_top_right.html"/>
    </frameset>
    <frame src="main_mid_body.html" name="main_mid_body"noresize="noresize"/>
    </frameset>
    <frameset rows="50%,50%" >
    <frame src="main_right_top.html"name="main_right_top" />
    <frame src="main_right_bottom.html"name="main_right_bottom" noresize="noresize"/>
    </frameset>
    </frameset>
    </frameset>

    </html>
    这只是简单的框架,每个框架的内容和美化待完善。
  • 相关阅读:
    1069.查找学生信息
    1023.Excel排序
    1061.成绩排序
    bzoj 1113
    bzoj 1112 treap树
    bzoj 1225 dfs + 一点点数论
    bzoj 1224
    UESTC
    HDU 3530 单调队列
    bzoj 1233
  • 原文地址:https://www.cnblogs.com/Malinki/p/5375193.html
Copyright © 2011-2022 走看看