welcome.htm

来自「asp.net1.1入门经典C#.2003」· HTM 代码 · 共 22 行

HTM
22
字号
<html>

<head><title>A Welcome Message</title></head>

<body>

  <h1>Welcome</h1>

  Welcome to our humble website. Please feel free to view our

  <a HREF="contents.htm">list of contents</a>.

  <br><br>

  If you have any difficulties, you can

  <a href="mailto:webmaster@wrox.com">send email to the webmaster</a>.

</body>

</html>

⌨️ 快捷键说明

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