l | ||
---|---|---|
< (6) name="body" cols="60" rows="5"> | ||
|
阅读下列说明,回答问题1至问题3。
【说明】
某电子商务网站主页如图6-2所示:
以下是该网站主页部分的HTML代码,请根据图6-2将(1)~(5)的空缺代码补齐。
<html>
(1)非凡商务网站首页(2)
<!--(3)file="include/header.asp”-->
<table width="784" >
<tr >
.
.
.
<for…>
<td width="45%">
<input type="text" size="15" maxlength="15"(4)="关键字“ >
<select name="action" >
<option value="1"(5)>商品名称</option>
<option value="2 ">商品类别< / option>
<option value="3" >商品简介</option>
<option value=" 4 ">详细说明< / option>
</select>
<input type="submit" value="立即查询" >
<input type="button" value="高级查询" nClick="location.href=' search.
asp ' ">
</rd>
</form>
</tr>
</table>
</html>
第1题:
第2题:
第3题:
第4题:
第5题:
l | ||
---|---|---|
< (6) name="body" cols="60" rows="5"> | ||
|