文档介绍:(电子商务技术基础(二)实验报告课程名称:电子商务技术基础(二)授课教师:开课时间:2017/2018学年第一学期学号:姓名:2017年11月实验1:网页上有一个“提交”按钮,当点击提交按钮时弹出信息“大家好,我是***,学号是***”。(25分)<!DOCTYPEhtmlPUBLIC"-//W3C////EN""./TR/xhtml1/DTD/xhtml1-"><htmlxmlns="./1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>无标题文档</title></head><scriptlanguage="javascript">functiony(){alert("大家好,我是xxx,学号:xxxxx")}</script><body><inputtype="button"value="确定"onclick="y()"/></body></html>实验2:在网页上显示以下信息“欢迎您,尊敬的会员,今天是****年,*月*日*分*秒!”(25分)<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>Date对象的应用</title></head><scriptlanguage="javascript">vardate=newDate();varyear=();varmonth=();month=month+1;varday=();varhours=();varminutes=();varseconds=();varmilliseconds=();("欢迎您,尊敬的会员,今天是:"+year+"年"+month+"月"+day+"日"+"");(""+hours+"时"+minutes+"分"+seconds+"秒")</script><body></body></html>实验3:利用表格布局,设计一个主页,利用CSS对字体与图片样式进行设置样式,如下图所示。(25分)<!DOCTYPEhtmlPUBLIC"-//W3C////EN""./TR/xhtml1/DTD/xhtml1-"><htmlxmlns="./1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>个人主页</title><scripttype="text/javascript">functionMM_popupMsg(msg){//(msg);}</script></head><