mlist.html
来自「this is an online shopping project」· HTML 代码 · 共 19 行
HTML
19 行
<html>
<body bgcolor=yellow>
<pre>
<a href="Home.html" target=f2>Home</a>
<a href="prodlist1.html" target=f2>Products</a>
<a href="reg.html" target=f2>Register</a>
<a href="sin.html" target=f2>Sign in</a>
<a href="http://localhost:8080/servlet/chkout" target=f2>Billing</a>
<a href="http://localhost:8080/servlet/sout" target=f2>Sign out</a>
<a href="http://localhost:8080/servlet/cartlist" target=f2>Shopping Cart</a>
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?