⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 landing.html~8~

📁 Java+Web+会话+聊天室希望对兄弟们有点儿帮助
💻 HTML~8~
字号:
<html>  <head>    <title>聊天角色</title>  </head>  <body>    <center>      <form action="" method="POST">        <table>          <tr  align="right" style="background-image: url(A.jpg);">            <td height="100px" width="100px" colspan="2" ><input style="font-siz:50px;color:#cc0000;border-style:none" type="text" name="txtTime" size="20" /></td>          </tr>            <tr>            <td> 角色名:</td>            <td> <input type="text" name="txtName" size="20" value="" /></td>          </tr>        </table>      </form>    </center>  </body></html>

⌨️ 快捷键说明

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