mail.html
来自「this is an online shopping project」· HTML 代码 · 共 13 行
HTML
13 行
<html>
<title>E-mail</title>
<body bgcolor=#cc00ee text=#00ffff><br><br>
<center><font size=6 color=pink><u><b>E-MAIL SERVICE</font></b></u></center><br><br>
<form><b>
<label><pre> User Id: </label><input type=text name=uid><br></pre>
<label><pre> Password: </label><input type=password name=pwd><br></pre>
<center><input type=submit name=linbut value="Sign in"><br><br><br>
<label>Did you forget your password? <a href=question.html><font color=yellow>Yes</a></label></font><br><br>
<a href="reg.html"><font color=yellow> Want to create a new account? </font></a></b></center>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?