首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

浏览器全面支持HTML 五 欲挑战RIA三巨头

2012-11-23 
浏览器全面支持HTML 5 欲挑战RIA三巨头  使用Header和Footer等新HTML 5元素,用户可以准确的描述其内容,例

浏览器全面支持HTML 5 欲挑战RIA三巨头

  使用Header和Footer等新HTML 5元素,用户可以准确的描述其内容,例如,以下是符合要求的HTML 5代码:

<!DOCTYPE HTML>
<html>
<head>?
<title>Title of the document</title>
</head>
<body>?
<header>Add Search Engine and main links </header>?
<section>??
<article>The first article goes here</article>??
<article>The second article goes here</article>??
<article>The third article goes here</article>??
<aside>A side bar definition goes here</aside>?
</section>?
<footer>Copyright Matthew David 2010</footer>
</body>
</html>
   使用这些新元素可以让用户获得两大优势:使HTML代码更易读;搜索引擎可以理解页面中内容的价值。举例来说,相比Footer元素中的内容,article元素下的内容可以更优先被建立索引。

  另外,HTML 5还支持VIDEO、AUDIO和CANVAS等新元素,可以让用户增加复杂的富体验媒体内容,来挑战Flash和Silverlight等RIA技术。

热点排行