HTML 个人简历源码
<html>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<head>
<title>易水寒的个人简历</title>
</head>
<body bgcolor="#CCFFCC" lang=ZH-CN link=blue vlink=blue style='tab-interval:21.0pt'topmargin=4>
<center><h1>易水寒的个人简历(网页版)</h1></center>
<hr size=6 color=orange width=60% align="center">
<center><pre>制作人:软件学院软开0835班 易水寒 学号:0825033504 编号:39</pre></center>
<center><pre>(作业代号:1-39-0825033504-易水寒)</pre></center>
<table cellspacing="0.9" border="1" align=center style='font-size:10.0pt'box="3">
<th bgcolor="#99CC33" colspan="7" style='width=520pt;text-align:center;line-height:35pt;color:#CC0000' align="center"><font size="+4"><i><big>易水寒的个人简历</big></i></font></th>
<tr>
<th bgcolor=#FDEBDF style='width=55pt;height=25pt'>姓名:</th>
<td style='width=55pt'>易水寒</td>
<th bgcolor=#FDEBDF style='width=50pt'>出生日期:</th>
<td style='width=55pt'>1989-10-02</td>
<th bgcolor=#FDEBDF style='width=50pt'>姓别:</th>
<td style='width=40pt'>男</td>
<th rowspan="6"><img src="zoukang.jpg" style='width=180pt;height=130pt'></th>
</tr>
<tr>
<th bgcolor=#FDEBDF style=' height=25pt'>身份证:</th>
<td>430421198910029495</td>
<th bgcolor=#FDEBDF>户口:</th>
<td>湖南·衡阳</td>
<th bgcolor=#FDEBDF>婚姻状况:</th>
<td>未婚</td>
&
相关文档:
文本格式化标签
标签描述
<b>
定义粗体文本。
<big>
定义大号字。
<em>
定义着重文字。
<i>
定义斜体字。
<small>
定义小号字。
<strong>
定义加重语气。
<sub>
定义下标字。
<sup>
定义上标字。
<ins>
定义插入字。
<del>
定义删除字。 ......
=======<html:messages>============
Action 中 :
ActionMessages message = new ActionMessages();
message.add(" 消息句柄 ",new ActionMessage(" 资源文件中 Key 值 ",String 类型描述信息 ));
this.addMessages(request,message);
......
常用替换 JS(trim,ltrim,rtrim)和替换HTML标签
http://hi.baidu.com/sunsonruby/blog/item/e1bd76d5cc0efec751da4bc9.html
http://sxpyrgz.javaeye.com/blog/397470
<html>
<head>
<title>中国站长天空-网页特效-表单特效-只能输入中文的文本框</title>
<meta http-equiv="content-Type" ......
一般事件:
onClick HTML: 鼠标点击事件,多用在某个对象控制的范围内的鼠标点击
onDblClick HTML: 鼠标双击事件
onMouseDown HTML: 鼠标上的按钮被按下了
onMouseUp HTML: 鼠标按下后,松开时激发的事件
onMouseOver HTML: 当鼠标移动到某对象范围的上方时触发的事件
onMouseMove HTML: 鼠标移动时触发的事件
onMous ......
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.*;
import java.io.*;
import java.nio.CharBuffer;
public class RegTest
{
public static void main(String[] args)
{
//定义一个文章列 ......