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>
&
相关文档:
在网上搜寻到2中解决方案:
1.其实只要在表格控制中添加一句
<td style="word-break:break-all">就搞定了。
其中可能对英文换行可能会分开一个单词问题:解决如下:
语法:
word-break : normal | break-all | keep-all
参数:
normal : 依照亚洲语言和非亚洲语言的文本规则,允许在字内换行
break-all ......
一般事件:
onClick HTML: 鼠标点击事件,多用在某个对象控制的范围内的鼠标点击
onDblClick HTML: 鼠标双击事件
onMouseDown HTML: 鼠标上的按钮被按下了
onMouseUp HTML: 鼠标按下后,松开时激发的事件
onMouseOver HTML: 当鼠标移动到某对象范围的上方时触发的事件
onMouseMove HTML: 鼠标移动时触发的事件
onMous ......
asp.net 获取html控件的值的代码如下:
WebForm1.aspx:
< INPUT ID="TXT" TYPE="TEXT" RUNAT="SERVER" VALUE="AAAAAA">
< INPUT TYPE="BUTTON" RUNAT="SERVER" VALUE="BTNTEST" ID="BUTTON1"&nb ......