html 简单的html file.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 简单的html file.html相关的知识,希望对你有一定的参考价值。

<html>
  <head>
    <title>Sample "Hello, World" Application</title>
  </head>
  <body bgcolor=white>

    <table border="0" cellpadding="10">
      <tr>
        <td>
          <img src="images/springsource.png">
        </td>
        <td>
          <h1>Sample "Hello, World" Application</h1>
        </td>
      </tr>
    </table>

    <p>This is the home page for the HelloWorld Web application. </p>
    <p>To prove that they work, you can execute either of the following links:
    <ul>
      <li>To a <a href="hello.jsp">JSP page</a>.
      <li>To a <a href="hello">servlet</a>.
    </ul>

  </body>
</html>

以上是关于html 简单的html file.html的主要内容,如果未能解决你的问题,请参考以下文章

按顺序比较两个数组

Qt或通用c++如何在c++中获取或检测<a href="file.html" >的宿主

html 输入类型file.html

从 localhost 打开 file:///path/index.html

配置Chrome支持本地(file协议)的AJAX请求

Bash - 将文件合并到单独的子文件夹中