html 网页嵌入

1、嵌入网页

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

2、插入滚动图片

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

3、强调属性

<b><mark>中国</mark>万岁</b><br>

4、嵌入带按钮的视频

        <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 @ 2019-10-31 15:11  墨染千城  阅读(2269)  评论(0)    收藏  举报