简答题

课程名称:网络管理员

题目:阅读下列说明,回答问题1和问题2,将解答填入答题纸的对应栏内。【说明】某系统在线讨论区采用ASP+Access开发,其主页如图4-1所示【问题1】(8分)以下是该网站主页部分的html代码,请根据图4-1将(1)~(8)的空缺代码补齐。 l<!--#  (1)  file="conn.asp" --> <html> ...... <div id="content" class="layout">   <div class="right_body">     <  (2)   name="guestbook" (3) ="post" (4) ="guestbook_add.asp">           <table class="table">              <tr>                  <th width="60">&nbsp;</th>                 <td><label></label></td>              </tr>              <tr>              <th width="60">&nbsp;</th>              l<th width="60">&nbsp;</th>            <td><input name="title" type=" (5) " size="50"  /></td>            </tr>            <tr>              <th>&nbsp;</th>              <td>< (6) name="body" cols="60" rows="5"></textarea></td>            </tr>            <tr>              <td colspan="2"><p class="tj ">                <input name="tj" type=" (7) "" (8) " ="提交吧!" />              </p></td>           </tr>        </table>      </form>   </div> ...... </html>        (1)~(8)的备选答案:     A. submit    B.form    C.text    D.textarea     E. include    F.action    G method    H.value