?? 6-12.html
字號:
<html>
<head>
<title>Sina調查問卷</title>
<style>
<!--
table.outside{ /* 外層表格 */
background:url(bg1.jpg);
font-size:12px;
padding:0px;
}
td.title{ /* 表格標題 */
color:#FFFFFF;
font-weight:bold;
text-align:center;
padding-top:3px;
padding-bottom:0px;
}
td.tdoutside{
padding:0px 1px 4px 1px;
}
table.inside{ /* 內層表格 */
width:269px;
font-size:12px;
padding:0px;
margin:0px;
}
td.tdinside{
padding:7px 0px 7px 10px;
background-color:#FFD455;
}
form{
margin:0px; padding:0px;
}
input{
font-size:12px;
}
a{
color:#000000;
text-decoration:underline;
}
-->
</style>
</head>
<body>
<table class="outside">
<tr><td class="title">熱點調查</td></tr>
<tr><td class="tdoutside">
<form method="post">
<table class="inside" cellspacing="0">
<tr>
<td class="tdinside">
在姚明缺陣麥蒂領軍的情況下,火箭隊的勝率是<br>
<input type="radio" name="q_498" value="2749">超過60%<br>
<input type="radio" name="q_498" value="2750">50%到60%<br>
<input type="radio" name="q_498" value="2751">40%到50%<br>
<input type="radio" name="q_498" value="2752">40%到50%
<input type="radio" name="q_498" value="2753">30%以下<br>
<input type="submit" value="提交">
<input type="button" name="viewresult" value="查看"> <a href="#">新浪-籃球先鋒報聯合評選</a>
</td>
</tr>
</table>
</form>
</td></tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -