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

📄 conelec.html

📁 小小程序....请大家慢慢看拉...就是一些关于你学习它的一些练习
💻 HTML
字号:
<html>
  <head>
    <title> Consumer Electronics Purchasing Survey </title>
  </head>
  <body>
    <form action = "conelec1.pl" method = "post">
      <h2> Welcome to the Consumer Electronics Purchasing Survey 
      </h2>
      <p />

      <h4> Your Age Category: </h4>
      <p>
	<input type = "radio" name = "age" value = "0"  
               checked = "checked" /> 10-25 <br/>
        <input type = "radio" name = "age" value = "1"/>
          26-40 <br/>
        <input type = "radio" name = "age" value = "2"/>
          41-60 <br/>
        <input type = "radio" name = "age" value = "3"/>
          Over 60 <br /> <br />
      </p>
      <h4> Your Gender: </h4>
      <p>
        <input type = "radio" name = "gender" value = "0"
               checked = "checked" /> Female <br/>
        <input type = "radio" name = "gender" value = "4"/>
          Male <br /> <br />
      </p>
      <h4> Your Next Consumer Electronics Purchase will be: </h4>
      <p>
        <input type = "radio" name = "vote" value = "0"/> 
          Conventional TV <br />
        <input type = "radio" name = "vote" value = "1"/> 
          HDTV <br />
        <input type = "radio" name = "vote" value = "2"/>
          VCR <br />
        <input type = "radio" name = "vote" value = "3"/>
          CD player <br />
        <input type = "radio" name = "vote" value = "4"/> 
          Mini CD player/recorder <br />
        <input type = "radio" name = "vote" value = "5"/>
          DVD player <br/>
        <input type = "radio" name = "vote" value = "6" 
               checked = "checked" /> Other <br /> <br/>

        <input type = "submit" value = "Submit Order" />
        <input type = "reset" value = "Clear Order Form"/>
      </p>
    </form>

    <hr/>
    <p>
      To see the results of the survey so far, click 
      <a href = "conelec2.pl"> here </a>
    </p>
  </body>
</html>

⌨️ 快捷键说明

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