HTML <area> 標(biāo)簽的 target 屬性
2017-08-05 HTML area 標(biāo)簽的 target 屬性 HTML area 標(biāo)簽 實(shí)例 帶有可點(diǎn)擊區(qū)域的圖像映射: img src=planets.jpg border=0 usemap=#planetmap alt=Planets /map name=planetmap id=planetmap area shape=circle coords=180,139,14 href =venus.ht
HTML <area> 標(biāo)簽的 shape 屬性
2017-08-05 HTML area 標(biāo)簽的 shape 屬性 HTML area 標(biāo)簽 實(shí)例 img src =planets.gif alt=Planets usemap =#planetmap /map name=planetmap area shape=rect coords=0,0,110,260 href=sun.htm alt=Sun / area shape=circle coords=129,161,10 href=mercur.htm a
HTML <area> 標(biāo)簽的 nohref 屬性
2017-08-05 HTML area 標(biāo)簽的 nohref 屬性 HTML area 標(biāo)簽 實(shí)例 帶有可點(diǎn)擊區(qū)域和 nohref 屬性的圖像映射: img src=planets.jpg border=0 usemap=#planetmap alt=Planets /map name=planetmap id=planetmap area shape=circle coords=180,139,
HTML <area> 標(biāo)簽的 href 屬性
2017-08-05 HTML area 標(biāo)簽的 href 屬性 HTML area 標(biāo)簽 實(shí)例 帶有可點(diǎn)擊區(qū)域的圖像映射: img src=planets.jpg border=0 usemap=#planetmap alt=Planets /map name=planetmap id=planetmap area shape=circle coords=180,139,14 href =venus.html
HTML <area> 標(biāo)簽的 coords 屬性
2017-08-05 HTML area 標(biāo)簽的 coords 屬性 HTML area 標(biāo)簽 實(shí)例 img src =planets.gif alt=Planets usemap =#planetmap /map name=planetmap area shape=rect coords=0,0,110,260 href=sun.htm alt=Sun / area shape=circle coords=129,161,10 href=mercur.htm
HTML <area> 標(biāo)簽的 alt 屬性
2017-08-05 HTML area 標(biāo)簽的 alt 屬性 HTML area 標(biāo)簽 實(shí)例 帶有可點(diǎn)擊區(qū)域的圖像映射: img src=planets.jpg border=0 usemap=#planetmap alt=Planets /map name=planetmap id=planetmap area shape=circle coords=180,139,14 href =venus.html
HTML <a> type 屬性
2017-08-05 HTML a type 屬性 HTML a 標(biāo)簽 實(shí)例 type 屬性規(guī)定鏈接中指向的文檔的 mime 類型: a href=http://www.w3school.com.cn type=text/html W3School/a 親自試一試 定義和用法 type 屬性規(guī)定目標(biāo)文檔的 MIME 類型。 只
HTML <a> 標(biāo)簽的 target 屬性
2017-08-05 HTML a 標(biāo)簽的 target 屬性 HTML a 標(biāo)簽 定義和用法 a 標(biāo)簽的 target 屬性規(guī)定在何處打開鏈接文檔。 如果在一個(gè) a 標(biāo)簽內(nèi)包含一個(gè) target 屬性,瀏覽器將會(huì)載入和顯示用這個(gè)標(biāo)簽的 href 屬性命
HTML <a> 標(biāo)簽的 shape 屬性
2017-08-05 HTML a 標(biāo)簽的 shape 屬性 HTML a 標(biāo)簽 實(shí)例 object data="planets.gif" alt="Planets" type="image/gif" usemap="#Map1" map name="Map1" a href="sun.htm" shape="rect" coords="0,0,110,260"Sun/a a href="mercur.htm" shape="circle" coords="12
HTML <a> 標(biāo)簽的 rev 屬性
2017-08-05 HTML a 標(biāo)簽的 rev 屬性 HTML a 標(biāo)簽 實(shí)例 帶有 rev 屬性的鏈接: a rev=friend href=http://www.w3c.com/w3c/a 親自試一試 定義和用法 a 標(biāo)簽的 rev 屬性用于指定當(dāng)前文檔與被鏈接文檔的關(guān)系。 用于 a 標(biāo)