index.html

来自「这是另一部分..只是供大家参考下拉..到时候有什么不明白的可以」· HTML 代码 · 共 21 行

HTML
21
字号
<?xml version = "1.0" encoding = "utf-8"?>
<!DOCTYPE html PUBLIC "-//w3c//DTD XHTML 1.1//EN"
 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<!-- tstGreet.html
     Used to test the servlet, Greeting
     -->
<html xmlns = "http://www.w3.org/1999/xhtml">
  <head> <title> Test greeting </title>
  </head>
  <body>
    <form action = "http://localhost:8080/ch11/Hello"
          method = "get">
      <p>
        Press the button to enact the servlet 
        <input type = "submit" value = "Enact Servlet" />
      </p>
    </form>
  </body>
</html>

⌨️ 快捷键说明

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