...元素被用來對一系列 <h1> - <h6> 元素進(jìn)行分組。 HTML 4.01 與 HTML5之間的差異 <hgroup> 標(biāo)簽是 HTML 5 中的新標(biāo)簽。 全局屬性 <hgroup> 標(biāo)簽支持 HTML 的全局屬性。 事件屬性 <hgroup> 標(biāo)簽支持 HTML 的事件屬性。
http://hgci.cn/htmltags/tag-hgroup.htmlHTML Audio/Video DOM ratechange 事件 HTML 音頻/視頻 DOM 參考手冊 實(shí)例 改變視頻的播放速度并彈出改變的速度:: // 獲取 id="myVideo" 的 <video> 元素var vid = document.getElementById("myVideo");//設(shè)置視頻播放速度為 0.3 (慢速)function setPlaySpeed() { ...
http://hgci.cn/htmltags/av-event-ratechange.htmlHTML <a> rel 屬性 HTML <a> 標(biāo)簽實(shí)例鏈接使用 rel 屬性: <a rel="nofollow" >Cheap Flights</a> 嘗試一下 ?瀏覽器支持所有主流瀏覽器都支持 rel 屬性。注意:盡管瀏覽器不會(huì)以任何方式使用該屬性...
http://hgci.cn/htmltags/att-a-rel.htmlHTML <area> coords 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域的圖像映射: <img src ="planets.gif" width="145" height="126" alt="Planets"usemap="#planetmap"> <map name="planetmap"> <area shape="rect" coords="0,0,82,126" alt="S...
http://hgci.cn/htmltags/att-area-coords.htmlHTML <a> hreflang 屬性 HTML <a> 標(biāo)簽實(shí)例hreflang 屬性指定被鏈接文檔的語言: <a href="http://hgci.cn" hreflang="en">W3CSchool</a> 嘗試一下 ?瀏覽器支持所有主流瀏覽器都支持 hreflang 屬性。定義和用法 <a> 標(biāo)...
http://hgci.cn/htmltags/att-a-hreflang.htmlHTML <area> nohref 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域的圖像映射,并使用 nohref 屬性:<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"><mapname="planetmap"><area shape="rect" coords="0,0,82,126" alt="Sun" nohref...
http://hgci.cn/htmltags/att-area-nohref.htmlHTML <area> shape 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域的圖像映射:<img src ="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"><mapname="planetmap"><area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.gif"><area shape...
http://hgci.cn/htmltags/att-area-shape.htmlHTML <area> target 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域和target屬性的圖像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"> <map name="planetmap"> <area shape="rect" coords="0,0,8...
http://hgci.cn/htmltags/att-area-target.htmlHTML <bdo> dir 屬性 HTML <bdo> 標(biāo)簽實(shí)例帶有指定文本方向的 bdo 元素: <bdo dir="rtl">該段落文字從右到左顯示。</bdo>嘗試一下 ?瀏覽器支持所有主流瀏覽器都支持 dir 屬性。定義和用法必需的 dir 屬性規(guī)定 <bdo> ...
http://hgci.cn/htmltags/att-bdo-dir.htmlHTML <col> align 屬性 HTML <col> 標(biāo)簽 實(shí)例 在下面的例子中,col 元素為表格中的三個(gè)列規(guī)定了不同的對齊方式: $lt;table width="100%" border="1"$gt; ...
http://hgci.cn/htmltags/att-col-align.html抱歉,暫時(shí)沒有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒有相關(guān)的教程
w3cschool 建議您:
...元素被用來對一系列 <h1> - <h6> 元素進(jìn)行分組。 HTML 4.01 與 HTML5之間的差異 <hgroup> 標(biāo)簽是 HTML 5 中的新標(biāo)簽。 全局屬性 <hgroup> 標(biāo)簽支持 HTML 的全局屬性。 事件屬性 <hgroup> 標(biāo)簽支持 HTML 的事件屬性。
http://hgci.cn/htmltags/tag-hgroup.htmlHTML Audio/Video DOM ratechange 事件 HTML 音頻/視頻 DOM 參考手冊 實(shí)例 改變視頻的播放速度并彈出改變的速度:: // 獲取 id="myVideo" 的 <video> 元素var vid = document.getElementById("myVideo");//設(shè)置視頻播放速度為 0.3 (慢速)function setPlaySpeed() { ...
http://hgci.cn/htmltags/av-event-ratechange.htmlHTML <a> rel 屬性 HTML <a> 標(biāo)簽實(shí)例鏈接使用 rel 屬性: <a rel="nofollow" >Cheap Flights</a> 嘗試一下 ?瀏覽器支持所有主流瀏覽器都支持 rel 屬性。注意:盡管瀏覽器不會(huì)以任何方式使用該屬性...
http://hgci.cn/htmltags/att-a-rel.htmlHTML <area> coords 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域的圖像映射: <img src ="planets.gif" width="145" height="126" alt="Planets"usemap="#planetmap"> <map name="planetmap"> <area shape="rect" coords="0,0,82,126" alt="S...
http://hgci.cn/htmltags/att-area-coords.htmlHTML <a> hreflang 屬性 HTML <a> 標(biāo)簽實(shí)例hreflang 屬性指定被鏈接文檔的語言: <a href="http://hgci.cn" hreflang="en">W3CSchool</a> 嘗試一下 ?瀏覽器支持所有主流瀏覽器都支持 hreflang 屬性。定義和用法 <a> 標(biāo)...
http://hgci.cn/htmltags/att-a-hreflang.htmlHTML <area> nohref 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域的圖像映射,并使用 nohref 屬性:<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"><mapname="planetmap"><area shape="rect" coords="0,0,82,126" alt="Sun" nohref...
http://hgci.cn/htmltags/att-area-nohref.htmlHTML <area> shape 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域的圖像映射:<img src ="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"><mapname="planetmap"><area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.gif"><area shape...
http://hgci.cn/htmltags/att-area-shape.htmlHTML <area> target 屬性 HTML <area> 標(biāo)簽實(shí)例帶有可點(diǎn)擊區(qū)域和target屬性的圖像映射: <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"> <map name="planetmap"> <area shape="rect" coords="0,0,8...
http://hgci.cn/htmltags/att-area-target.htmlHTML <bdo> dir 屬性 HTML <bdo> 標(biāo)簽實(shí)例帶有指定文本方向的 bdo 元素: <bdo dir="rtl">該段落文字從右到左顯示。</bdo>嘗試一下 ?瀏覽器支持所有主流瀏覽器都支持 dir 屬性。定義和用法必需的 dir 屬性規(guī)定 <bdo> ...
http://hgci.cn/htmltags/att-bdo-dir.htmlHTML <col> align 屬性 HTML <col> 標(biāo)簽 實(shí)例 在下面的例子中,col 元素為表格中的三個(gè)列規(guī)定了不同的對齊方式: $lt;table width="100%" border="1"$gt; ...
http://hgci.cn/htmltags/att-col-align.html抱歉,暫時(shí)沒有相關(guān)的文章
w3cschool 建議您: