HelloWord.jsp(jsp时尚百例1)
  <%@ page language="java" %>
<%@ page contentType="text/html; charset=GB2312"%>
<html>
<head>
<title>hello World</title>
</head>
<body bgcolor="#ffffff">
<center>
<font size='5' color='blue'>各种字体大小显示</font>
</center>
<br>
<hr>
<br>
<div align="center">
<%
   for(int i=1; i<=6;i++)
       out.println("<h" + i + ">hellp World!</h" + i + ">");
 %>
<div>
</body>
</html>
图片演示
weiking   2005-11-27 22:33:38 评论:0   阅读:869   引用:0

发表评论>>

署名发表(评论可管理,不必输入下面的姓名)

姓名:

主题:

内容: 最少15个,最长1000个字符

验证码: (如不清楚,请刷新)

用,就用的漂亮点。文章嘛,借花献佛喽。