易截截图软件、单文件、免安装、纯绿色、仅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 是属性 ......

js获取HTML DOM节点元素方法总结

在Web应用程序特别是Web2.0程序开发中,经常要获取页面中某个元素,然后更新该元素的样式、内容等。如何获取要更新的元素,是首先要解决的问题。令人欣慰的是,使用JavaScript获取节点的方法有很多种,这里简单做一下总结(以下方法在IE7和Firefox2.0.0.11测试通过)。
1. 通过顶层document节点获取: 
(1)document. ......

从html到flex

网站开始
从纯的文本可是变成了有字有图的html静态站点
然后从html 变化到了asp  php 等动态站点
然后出现ajax 实现了无刷新技术
到了今天一个页面 无跳转
变化可谓真大
我想以后迎接我们的就是
一个页面 桌面式 网上冲浪
flex 这样的技术08年还很少
09年悄悄开始兴起
2010年的现在 开始热播了
......

html中的div标签的含义和应用

CSS是DHTML的基础,CSS用于设定HTML元素在页面上的显示风格,而CSS-P则是CSS的一个扩展,它可用来控制HTML元素在网页上或者说在窗口的位置。下面的两个链接提供了CSS和CSS-P详尽的技术手册:
   W3C CSS-Positioning
   Builder.com's CSS Guide
   在本课程中,将会反复地对CSS进行介绍。
   使用DIV标签
  ......

java读取html文件并抽取a href相关连接和链接标题

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)
    {
        //定义一个文章列 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号