html 新增标签

<iframe frameborder="0" src="https://www.baisu.com/" width="500" height="300"></iframe>

  嵌入网页

<marquee><img src="image/壁纸.jpg" width="500"height="300"></marquee>

插入轮动图片
<b><mark>中国</mark>万岁</b><br>
强调属性
 <video width="800" height=""controls="controls">
     <source src="movie/月光琪亚娜.mp4" type="video/mp4"></source>
 </video>  
插入带按钮的视频

5、<loop="loop">   循环播放

6、<muted="muted">   静音播放

7、<autoplay="autoplay">   自动播放

8、<"controls="controls">   插入播放按钮

9、分割网页(不可带有<body></body>标签)

<frameset cols="50%,50%">
    <frame src="https://www.17k.com/" >
    <frame src="https://www.baidu.com/" >
</frameset>

10、<iframe></iframe>   嵌入标签

11、<hr>   分割线

 
posted @ 2021-08-17 15:18  web格调  阅读(123)  评论(0编辑  收藏  举报