文章列表
 
您正在查看 "Xhtml" 分类下的文章

2010-12-02 12:06

本例显示如何创建带有可供点击区域的图像地图。其中的每个区域都是一个超级链接。‍

<html>
<body>

<p>请点击图像上的星球,把它们放大。</p>

<img
src="/i/eg_planets.jpg"
border="0" usemap="#planetmap"
alt="Planets" />

<map name="planetmap" id="planetmap">

<area
shape="circle"
coords="180,139,14"
href ="/example/html/venus.html"
target ="_blank"
alt="Venus" />

<area
shape="ci

 
2010-12-02 10:46

<html>
<body>

<h4>数字列表:</h4>
<ol>
<li>苹果</li>
<li>香蕉</li>
<li>柠檬</li>
<li>桔子</li>
</ol>

<h4>字母列表:</h4>
<ol type="A">
<li>苹果</li>
<li>香蕉</li>
<li>柠檬</li>
<li>桔子</li>
</ol>

<h4>小写字母列表:</h4>
<ol type="a">
<li>苹果

 
2010-12-01 21:43

<html>
<body>

<p><b>注释:</b>frame 属性无法在 Internet Explorer 中正确地显示。</p>

<p>Table with frame="box":</p>
<table frame="box">
<tr>
    <th>Month</th>
    <th>Savings</th>
</tr>
<tr>
    <td>January</td>
    <td>$100</td>
</tr>
</table

 
2010-12-01 20:54

主界面通过frameset分为两个框架,分别命名为index和content,index指向index.html,content指向初始的html文件,主界面编码如下:

<html>
<frameset cols='20%,80%'>
<frame name='index' src='index.html'></frame>
<frame name='content' src='default.html'></frame>
<frameset>
</html>

左侧的index.html通过<a>实现目录和链接功能,编码如下:
<html>
<head>
<title>Index</title>
</

 
 
   
 
 
文章分类
 
   
 
文章存档
 
     
 
最新文章评论
  

回复prometheus2008:哦
 

回复天使街没有人:你好,我学的计算机。
 

亲 冒昧的问一下你是学什么的?
 

yield()和join()的区别 join方法是,用对象名称调用,在一个线程t2中调用另一个线程t
 

非常好!
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu