| 
 Flash嵌入代码 
 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,40,0" width="300" height="120">     <param name="movie" value="http://www.macromedia.com/shockwave/download/ triggerpages_mmcom/flash.swf">     <param name="quality" value="high">     <param name="bgcolor" value="#FFFFFF">     <!--[if !IE]> <--> <object data="http://www.macromedia.com/shockwave/download/triggerpages_mmcom/ flash.swf" width="300" height="120" type="application/x-shockwave-flash">      <param name="quality" value="high">      <param name="bgcolor" value="#FFFFFF">      <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">      FAIL (the browser should render some flash content, not this).     </object>     <!--> <![endif]--> 
</object> 
fildset & legend:fildset套在表单外,legend用于描述表单内容。 
<form> <fildset> <legend>title</legend> <ol> <li><label for="user-name">用户名</label> <input type="text" name="uname" id="uname"/></li> <li><label for="user-password">密 码</label> <input type="password" name="password" id="user-password" /></li> <ol> </fildset> </form> 
dl,dt,dd:当页面中出现第一行为类似标题/简述,然后下面为详细描述的内容时应该使用该标签 
<dl> <dt></dt> <dd></dd> <dt></dt> <dd></dd> </dl> 
ul,li无序列表 
<ul> <li></li> <li></li> </ul> 
ol,li有序列表 
<ol> <li></li> <li></li> </ol> 
table表格 
  
<table id="mytable" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series"> <caption>Table 1: Power Mac G5 tech specs </caption>   <tr>     <th scope="col" abbr="Configurations" class="nobg">Configurations</th> 
    <th scope="col" abbr="Dual 1.8">Dual 1.8GHz</th>     <th scope="col" abbr="Dual 2">Dual 2GHz</th>  <th scope="col" abbr="Dual 2.5">Dual 2.5GHz</th>   </tr>   <tr>     <th scope="row" abbr="Model" class="spec">Model</th>     <td>M9454LL/A</td> 
    <td>M9455LL/A</td>     <td>M9457LL/A</td>   </tr>   <tr>     <th scope="row" abbr="G5 Processor" class="specalt">G5 Processor</th>     <td class="alt">Dual 1.8GHz PowerPC G5</td>     <td class="alt">Dual 2GHz PowerPC G5</td> 
    <td class="alt">Dual 2.5GHz PowerPC G5</td>   </tr>   <tr>     <th scope="row" abbr="Frontside bus" class="spec">Frontside bus</th>     <td>900MHz per processor</td>     <td>1GHz per processor</td>     <td>1.25GHz per processor</td> 
  </tr>   <tr>     <th scope="row" abbr="L2 Cache" class="specalt">Level2 Cache</th>     <td class="alt">512K per processor</td>     <td class="alt">512K per processor</td>     <td class="alt">512K per processor</td>   </tr> 
</table> 
经典论坛讨论帖: http://www.blueidea.com/bbs/NewsDetail.asp?id=2639934 
出处:蓝色理想
 
责任编辑:moby 
上一页 web标准实现高效开发系列之二 [1] 下一页 
◎进入论坛网站综合、网页制作版块参加讨论
	       |