⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 host name.htm

📁 《PHP专业项目实例开发》源代码
💻 HTM
字号:
<html>
<head>
<title>Hostname Validator</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<p>&nbsp;</p>
<form name="form1" method="post" action="hostname.php">
  <table width="400" border="1" align="center" cellpadding="5">
    <tr> 
      <td colspan="2"> 
        <div align="center"><b>Enter a host name to test</b></div>
      </td>
    </tr>
    <tr> 
      <td width="23%">Hostname </td>
      <td width="77%"> 
        <p>http:// 
          <input type="text" name="hostname" size="30">
        </p>
        <p>example : ( www.google.com )</p>
      </td>
    </tr>
    <tr> 
      <td colspan="2"> 
        <div align="center">
          <input type="submit" name="Submit" value="Submit">
        </div>
      </td>
    </tr>
  </table>
</form>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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