1、进度条:<meter value="5" min="0" max="10"></meter><progress value="5" min="0" max="10"></progress>
2、已删除与新插入<del>哈哈</del> <ins>啦啦</ins>
3、表单内元素分组及边框<form> &盟敢势袂lt;fieldset style="width:300px;茑霁酌绡height:150px;"> <legend>个人信息</legend> <input type="text" name="username"/><br><br> <input type="radio" name="sex"/>女 <input type="radio" name="sex"/>男 </fieldset> </form>
4、视频:<video width="200px" he坡纠课柩ight="200px&qu泠贾高框ot; controls> <source src="F://360Download/EditPlus/movie.mp4" type="video/mp4"> <source src="F://360Download/EditPlus/movie.ogg" type="video/ogg"> </video>
5、视频资源:video中要加conyrols,用户加进度控制、声音控制。source的属性src写图片的url,type写视频类型。
6、canvas:画布<canvas id="myCanvas" width="300" height="200" style="border:5px dotted #00A160;"></canvas>