top.html

来自「可作为课程设计或者毕业设计 也可以作为学校精品课程网站使用」· HTML 代码 · 共 30 行

HTML
30
字号
<html>
<head>
    <title>顶部</title>
    <meta name="description" content="">
    <meta name="keywords" content="">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
</head>
<body bgcolor="FFFFFF" text="000000" link="blue" vlink="purple" background="images\topbg.gif">
    <table width="740" border="0" cellpadding="0" cellspacing="0">
        <!--DWLayoutTable-->
        <tr>
            <td width="162" height="83" valign="top">
                <img src="images\1.gif" alt="" border="0"></td>
            <td width="578" valign="top">
                <img src="images\top.gif" alt="header" border="0"></td>
        </tr>
    </table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?