HTML <track> srclang 屬性
2017-08-05 HTML track srclang 屬性 HTML track 標簽 實例 帶有兩個字幕軌道的 video 元素: video width=320 height=240 controls=controls source src=forrest_gump.mp4 type=video/mp4 / source src=forrest_gump.ogg type=video/ogg / track kind
HTML <track> src 屬性
2017-08-05 HTML track src 屬性 HTML track 標簽 實例 帶有兩個字幕軌道的 video 元素: video width=320 height=240 controls=controls source src=forrest_gump.mp4 type=video/mp4 / source src=forrest_gump.ogg type=video/ogg / track kind=sub
HTML <track> srclang 屬性
2017-08-05 HTML track srclang 屬性 HTML track 標簽 實例 帶有兩個字幕軌道的 video 元素: video width=320 height=240 controls=controls source src=forrest_gump.mp4 type=video/mp4 / source src=forrest_gump.ogg type=video/ogg / track kind
HTML <track> kind 屬性
2017-08-05 HTML track kind 屬性 HTML track 標簽 實例 帶有兩個字幕軌道的 video 元素: video width=320 height=240 controls=controls source src=forrest_gump.mp4 type=video/mp4 / source src=forrest_gump.ogg type=video/ogg / track kind=su
HTML <track> default 屬性
2017-08-05 HTML track default 屬性 HTML track 標簽 實例 下面是一個 video 元素,其中的兩個字幕之一是默認的: video width=320 height=240 controls=controls source src=forrest_gump.mp4 type=video/mp4 / source src=forrest_gump.o
HTML <tr> 標簽的 valign 屬性
2017-08-05 HTML tr 標簽的 valign 屬性 HTML tr 標簽 實例 帶有不同垂直對齊行的表格: table width=100% border=1 tr valign=middle thMonth/th thSavings/th /tr tr valign=bottom tdJanuary/td td$100/td /tr/table 親自試一試 定義和用
HTML <tr> 標簽的 charoff 屬性
2017-08-05 HTML tr 標簽的 charoff 屬性 HTML tr 標簽 實例 在下面的例子中,第二行和第三行的內(nèi)容與 . 字符向右兩個字符的位置對齊: table border=1 tr thMonth/th thSavings/th /tr tr align=char char=. charoff=2 tdJan
HTML <tr> 標簽的 char 屬性
2017-08-05 HTML tr 標簽的 char 屬性 HTML tr 標簽 實例 在下面的例子中,第二行和第三行的內(nèi)容與 . 字符對齊: table border=1 tr thMonth/th thSavings/th /tr tr align=char char=. tdJanuary/td td$100.00/td /tr tr align=char c
HTML <tr> 標簽的 bgcolor 屬性
2017-08-05 HTML tr 標簽的 bgcolor 屬性 HTML tr 標簽 實例 第一行帶有背景顏色的 HTML 表格: table width=100% border=1 tr bgcolor=#FF0000 thMonth/th thSavings/th /tr tr tdJanuary/td td$100/td /tr/table 親自試一試 定義和用法
HTML <tr> 標簽的 align 屬性
2017-08-05 HTML tr 標簽的 align 屬性 HTML tr 標簽 實例 帶有居中對齊行的表格: table width=100% border=1 tr align=center thMonth/th thSavings/th /tr tr align=center tdJanuary/td td$100/td /tr/table 親自試一試 定義和用法 al