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

html热链接

一张图片不必切割成各种按钮。做前端的接触的比较少,应该虚心学习……
<img src="images/b.gif" mce_src="images/b.gif" alt="标题" width="685" height="23" border="0" usemap="#Map" />
<map name="Map" id="Map"><area shape="rect" mce_shape="rect" coords="31,1,70,20" mce_coords="31,1,70,20" href="a.lhtm" mce_href="a.lhtm" />
<area shape="rect" mce_shape="rect" coords="92,3,124,20" mce_coords="92,3,124,20" href="#" mce_href="#" /><area shape="rect" mce_shape="rect" coords="112,12,114,14" mce_coords="112,12,114,14" href="b" mce_href="b" />
<area shape="rect" mce_shape="rect" coords="142,2,172,20" mce_coords="142,2,172,20" href="c" mce_href="c" />
<area shape="rect" mce_shape="rect" coords="193,4,221,20" mce_coords="193,4,221,20" href="d" mce_href="d" />
<area shape="rect" mce_shape="rect" coords="249,2,302,18" mce_coords="249,2,302,18" href="e" mce_href="e" />
<area shape="rect" mce_shape="rect" coords="324,1,363,21" mce_coords="324,1,363,21" href="f" mce_href="f" />
<area shape="rect" mce_shape="rect" coords="386,2,416,21" mce_coords="386,2,416,21" href="g" mce_href="g" />
<area shape="rect" mce_shape="rect" coords="438,1,464,19" mce_coords="438,1,464,19" href="h" mce_href="h" />
<area shape="rect" mce_shape="rect" coords="495,2,544,18" mce_coords="495,2,544,18" href="i" mce_href="i" />
<area shape="rect" mce_shape="rect" coords="567,2,612,19" mce_coords="567,2,612,19" href="j" mce_href="j" />
<area shape="rect" mce_shape="rect" coords="636,2,674,24" mce_coords="636,2,674,24" href="k" mce_href="k" />
</map>


相关文档:

html 中特殊字符的十进制字符编号


字符
十进制字符编号
实体名字
说明
---
&#00;
---
未使用Unused
---
&#01;
---
未使用Unused
---
&#02;
---
未使用Unused
---
&#03;
---
未使用Unused
---
&#04;
---
未使用Unused
---
&#05;
---
未使用Unused
---
&#06;
---
未使用Unused
---
&#07; ......

HTML下拉菜单

一个简单的下拉菜单,主要说明CSS中posistion的作用。
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"& ......

WebClient和WebRequest获取html代码

<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head i ......

有了HTML5,Flash还能走多远?

谈到
Flash
能走多远的问题时,我们不得不先聊聊作为
Flash
前辈的
Applet

 
所以要提它,是因为人类历史上第一个运行在浏览器之上的交互式应用,本来就是
Java
小程序,而非什么
Flash

 
早在
1995
年之初,当
Gosling

Gage

WebRunner
浏览器(即日后的
HotJava
浏览器)上 ......

IText 生成rtf 内容中含有HTML标签处理

import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.StringReader;
import java.util.List;
import com.lowagie.text.Document;
import com.lowagie.text.PageSize;
import com.lowagie.text.Paragraph;
import com.lowagie.text.html.simpleparser.HTMLWorker;
import com.lowagie.te ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号