本科实验报告
课程名称: Web开发实用技术基础
实验项目: HTML语言
网页程序设计Javascript
Request与Response对象的应用
Application与Session对象的应用
实验地点: 实验楼210
专业班级:
学生姓名:
指导教师: 田玉玲
2015年 10 月
学院名称
软件学院
学号
实验成绩
学生姓名
专业班级
软件
实验日期
课程名称
Web开发实用技术基础
实验题目
HTML语言
实验目的和要求
目的:
;
,制作简单网页。
要求:
。
。
“记事本”中输入如下的HTML代码程序,,并在浏览器中运行。(请仔细阅读下列程序语句,理解每条语句的作用)
源程序清单如下:
<html>
<head>
<title>Example</title>
</head>
<body bgcolor="#00DDFF">
<h1><B><I><FONT COLOR="#FF00FF">
<MARQUEE BGCOLOR= "#FFFF00" direction=left behavior=alternate>e to you</MARQUEE>
</FONT></I></B></h1>
<hr>
<h2 align=center><FONT COLOR="#0000FF">A simple HTML document</FONT></h2>
<EM>e to the world of HTML</EM>
<p>This is a simple HTML is to give you an outline of how to write HTML file and how the<b> markup tags</b> work in the <I>HTML</I> file</p>
<p>Following is three chapters
<ul>
<li>This is the chapter one</li>
<li><A HREF="#item">This is the chapter two</A></li>
<li>This is the chapter three</li>
</ul></p>
<hr>
<p><A NAME="item">Following is items of the chapter two</A> </p>
<table border=2 bgcolor=gray width="40%">
<tr>
<th>item</th>
<th>content</th>
</tr>
<tr>
<td>item 1</td>
<td>font</td>
</tr>
<tr>
<td>item 2</td>
<td>table</td>
</tr>
<tr>
<td>item 3</td>
<td>form</td>
</tr>
</table>
<hr><p>
1<p>
2<p>
3<p>
4<p>
5<p>
6<p>
7<p>
<B><I><FONT COLOR=BLUE SIZE=4>End of the example document </FONT></I></B>
</p>
</body>
</html>
。
<html >
<meta charset="utf-8">
<h3 align="center"><a href="">请把个人资料留下</a></h3>
</br>
<form align="center" action="" method="post">
<table align="center">
<tr><td>姓名:</td>
<td><input name="name" type="text" size="20"></td></tr>
<tr><td>E-mail:</td>
<td><input name="mail" type="text" size="20"></td></tr>
<tr><td>电话:</td>
<td><input name="tel" type="text" size="20"></td></tr>
<
web实验报告 来自淘豆网m.daumloan.com转载请标明出处.