Advertisement

前端开发作业(二)——酒店预约系统

阅读量:
  1. 本部分内容作为核心阐述,其表述方式相对简明扼要。
复制代码
    <body>
    <div id="top">
        <div id="logo">
            <img src="image1/logo.png" alt="logo" width="100px">
        </div>
        <div id="land">
            <table>
                <tr>
                    <td>
                        <a href="登陆.html">登录</a>
                    </td>
                    <td>&nbsp;</td>
                    <td>
                        <a href="注册.html">注册</a>
                    </td>
                </tr>
            </table>
        </div>
        <div id="nav">
            <div id="navCenter">
                <u

全部评论 (0)

还没有任何评论哟~