HTML track label 属性
带有两个字幕轨道的 video 元素: 实例 <video width="320" height="240" controls> <source src="forrest_gump.mp4" type="video/m...
带有两个字幕轨道的 video 元素: 实例 <video width="320" height="240" controls> <source src="forrest_gump.mp4" type="video/m...
带有两个字幕轨道的 video 元素: 实例 <video width="320" height="240" controls> <source src="forrest_gump.mp4" type="video/m...
下面是一个 video 元素,其中的两个字幕之一是默认的: 实例 <video width="320" height="240" controls> <source src="forrest_gump.mp4" typ...
带有不同垂直对齐行的 HTML 表格: 实例 Run this code » <table border="1" style="height:200px"> <tr valign="middle"> &l...
把第二行和第三行的内容与 "." 字符向右两个字符的位置对齐: 实例 Run this code » <table border="1"> <tr> <th>Month</th> ...
把第二行和第三行的内容与 "." 字符对齐: 实例 Run this code » <table border="1"> <tr> <th>Month</th> <t...
给第一个表格行添加背景颜色: 实例 Run this code » <table border="1"> <tr bgcolor="#FF0000"> <th>Month</th>...
带有居中对齐行的 HTML 表格: 实例 Run this code » <table width="100%" border="1"> <tr align="center"> <th>Mon...
指定日期的 time 元素: 实例 Run this code » <p>我在<time datetime="2008-02-14">情人节</time>有个约会。</p> 浏览器支持 dat...
把 <thead> 元素中的内容垂直居中对齐: 实例 Run this code » <table border="1" width="100%"> <thead valign="middle"> ...