问题 写作题

书面表达。

     假定你校将举行一个成人仪式,你将作为代表在仪式上发言。请你按以下内容要点准备一篇

英文发言稿。

     1. 过去对成年的向往;

     2. 现在的感受和认识;

     3. 将来的目标及措施。

参考词汇:责任 responsibility

注意:

     1. 词数100左右;

     2. 可以适当增加细节,使行文连贯;

     3. 发言稿的开头与结束语已为你写好(不计入总词数)

     Good morning, everyone!

     The topic of my speech today is "thoughts on becoming a grown-up".

     _______________________________________________________________________________

__________________________________________________________________________________

__________________________________________________________________________________

     Thank you for listening.

答案

One possible version:

     Good morning, everyone!

     The topic of my speech today is "Thoughts on becoming a grown-up."

     As a child, I always hoped that I could grow up as soon as possible so that I could have whatever I

wanted and do whatever I liked. Now I'm a grown-up, but I find things do not go as I expected. Although

I can enjoy more freedom, at the same time I realize that being a grown-up not only means this, but also

more responsibilities. I hope to do more for my parents and society in the future to make my life more

meaningful. To reach the goal, I must first try my best to pass the college entrance examination and enter

a good university.

     Thank you for your listening.

填空题


试题五
请根据网页显示的效果图的元素说明,将HTML文本中 (n) 处填入对应的解答栏内。
[说明]在浏览器的地址栏中输入网站会员意见收集网页的地址并回车后,网页显示的效果如下图所示。

上图中的元素说明如下。

序号类型说明
网页标题标题文本:“会员意见”
表单名称:“FormName”;方法:“post”;动作:“http://www.flyer.com/sugesstion.jsp”
表单域文本标签文本标签显示:“姓名”
多行文本框多行文本框ID:“question”;名称:“Sugesstion”;高度:10;列宽:50
按钮表单域对象按钮名称:“Reset”;类型:“reset”;按钮值:“重置”

[HTML文本]
<html>
<head>
(1)
<meta http-equiv="Content-Type"content="text/html;charset=gb2312">
</head>
<body>
(2)
<table width="90%"border="0"celipadding="4"cellspacing="2">
<tr style="vertical-align: top">
  <td>会员意见表</td>
</tr>
<tr style="vertical-align: top">
<td>请在下面相应表单域中填写您的联系方式以及对本站的意见,我们将在第一时间与您联系。</td>
</tr>
<tr style="vertical-align: top">
<td>
(3)
<br>
<input type="text"id="name"name="txtUser"size="50">
<br>
<label for="email">Email: </label>
<br>
<input type="text"id="email"name="txtEmail"Size="50">
<br>
<label for="username">会员ID: </label>
<br>
<input type="text"id="username"name="txtUserID"size="50">
<br>
<label for="questions">意见或建议: </label>
<br>
(4)
<br>
</td>
</tr>
<tr style="vertical-align: top">
<td>
<input type="submit"name="Submit"value="提交">
(5)
</td>
</tr>
</table>
</form>
</body>
</html>


问答题 简答题