易截截图软件、单文件、免安装、纯绿色、仅160KB

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>
  &


相关文档:

HTML DOM 节点信息


nodeName、nodeValue 以及 nodeType 包含有关于节点的信息。
节点信息
每个节点都拥有包含着关于节点某些信息的属性。这些属性是:
nodeName(节点名称)
nodeValue(节点值)
nodeType(节点类型)
nodeName
nodeName 属性含有某个节点的名称。
元素节点的 nodeName 是标签名称
属性节点的 nodeName 是属性 ......

Android的webview加载本地html、本apk内html和远程URL

首先在layout文件夹下的xml中 加入WebView控件
<WebView
android:id="@+id/wv1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
再在主文件中输入如下代码
 
public class TestDemo extends Activity {
/** Called when the activity is first created. */ ......

HTML特殊字符对照表


 
&#0;
 
@
&#64;
 
at符号

&#128;
 
 
À
&#192;
&Agrave;
 
 
&#1;
 
 
A
&#65;
 
A

&#129;
 
 
Á
&#193;
&Aacute;
 
 
&#2;
  ......

相对路径/绝对路径(举例一html)


http://localhost:8080/tj16/
"/"代表根目录,"./" 代表当前目录,"../"代表上级目录。
服务器端的相对地址指的是相对于你的web应用的地址,是在服务器端解析的。(http://localhost:8080/tj16/)
html页面中的相对地址都是相对于服务器根目录,是客户端浏览器解析的。(http://localhost:8080/)
webapp tj16
i:/test/t ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号