?? conelec.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 + -