今天学习总结

iframe 小案例:网站后台

网站管理后台

<div class="container">
    <aside>
        <ul> 
            <li><a 系统配置 href="../6.30/demo1.1.html" target="content">系统配置></a></li>
            <li><a 商品列 href="../6.30/demo1.1.html" target="content">商品列></a></li>
            <li><a 用户设置 href="../6.30/demo1.1.html" target="content">用户设置</a></li>
        </ul>
    </aside>

    <iframe srcdoc="<p>请点击左边进行选择</P>" frameborder="0" name="content"</iframe>

</div>
posted @ 2024-05-25 18:41  好好学习天天向上上上  阅读(8)  评论(0编辑  收藏  举报