HTML base href 屬性
HTML <base> href 屬性 HTML <base> 標(biāo)簽實(shí)例為頁面上所有相對(duì) URL 規(guī)定基準(zhǔn) URL: <head><base href="//www.w3cschool.cn/images/&qu……
HTML audio loop 屬性
HTML <audio> loop 屬性 HTML <audio> 標(biāo)簽實(shí)例設(shè)置音頻循環(huán)播放: <audio controls loop> <source src="horse.ogg" type=&a……
HTML base target 屬性
HTML <base> target 屬性 HTML <base> 標(biāo)簽實(shí)例為頁面上所有鏈接規(guī)定默認(rèn)目標(biāo): <head><base target="_blank"></hea……
HTML a type 屬性
HTML <a> type 屬性 HTML <a> 標(biāo)簽實(shí)例type 屬性規(guī)定鏈接中指向的文檔的 mime 類型:<a href="http://www.w3cschool.cn"type="text/html&……
HTML body background 屬性
HTML <body> background 屬性 HTML <body> 標(biāo)簽實(shí)例為文檔規(guī)定一幅背景圖像: <html><body background="bgimage.jpg">&a……
HTML a coords 屬性
HTML <a> coords 屬性 HTML <a> 標(biāo)簽實(shí)例以下實(shí)例在 <a> 元素中使用 shape 和 coords 屬性來創(chuàng)建圖像地圖:<object data="planets.gif" a……
HTML a download 屬性
HTML <a> download 屬性 HTML <a> 標(biāo)簽實(shí)例點(diǎn)擊鏈接下載圖片: <a href="/images/logo.png" download="w3clogo">……
HTML a charset 屬性
HTML <a> charset 屬性 HTML <a> 標(biāo)簽實(shí)例以下實(shí)例在鏈接中使用 charset 屬性:<a charset="UTF-8" href="http://www.w3cschool.cn&am……
HTML a target 屬性
HTML <a> 屬性 HTML <a> 標(biāo)簽實(shí)例 target 屬性規(guī)定在何處打開鏈接文檔:<a href="http://www.w3cschool.cn" target="_blank"&……
HTML img vspace 屬性
HTML <img> vspace 屬性 HTML <img> 標(biāo)簽實(shí)例頂部和底部邊距為 50 像素的圖像:<p><img src="smiley.gif" alt="Smiley f……