不能看的基础框架

来源:互联网 发布:数据库管理系统是 编辑:程序博客网 时间:2024/06/10 01:59

HBuild
主页
免费注册

index

<!DOCTYPE html><html><head>    <meta charset="{CHARSET}">    <title></title></head><frameset rows="80,*" border="1px">    <frame name="top" src="a.html">        <frameset cols="150,*">            <frame name="left" src="b.html">                <frame name="right" src="c.html">        </frameset></frameset></html>

a.

<!DOCTYPE html><html>    <head>        <meta charset="UTF-8">        <title></title>        <base target="right"/>    </head>    <body>        <a href="https://reg.taobao.com/member/reg/fill_mobile.htm">            免费注册        </a>&nbsp;&nbsp;        <a href="https://login.taobao.com/member/login.jhtml?spm=a2e15.8261149.1997563269.1.37acc15fu5cYGb&f=top&redirectURL=http%3A%2F%2Fuland.taobao.com%2Fsem%2Ftbsearch%3Fkeyword%3Dtaob%2B%25cc%25d4%25b1%25a6%26refpid%3Dmm_26632360_8858797_29866178%26clk1%3D24d5f7649a484a135889f6d766bf4e8f%26upsid%3D24d5f7649a484a135889f6d766bf4e8f">            登录        </a>    </body></html>

b.

<!DOCTYPE html><html>    <head>        <meta charset="UTF-8">        <title></title>    </head>    <body>        <img src="img/HBuilder.png"/>    </body></html>

c.

<!DOCTYPE html><html>    <head>        <meta charset="UTF-8">        <title></title>    </head>    <body>    </body></html>
原创粉丝点击