TypechoJoeTheme

记录美好

登录
用户名
密码
/
注册
用户名
邮箱
标签搜索

HTML网页文章设计

并排图片

<body>

<table><tr>
<td><img src="/img/1_20191117104848.jpg" width="670" height="1125"  border=0 /></td>
<td><img src="/img/2_20191117104902.jpg" width="670" height="1125"  border=0 /></td>
<td><img src="/img/3_20191117104906.jpg" width="670" height="1125" border=0  /></td>
</tr></table> 
</body>
</html>

播放视频

<body>
<video width="320" height="240" controls>
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  <source src="movie.webm" type="video/webm">
  <object data="movie.mp4" width="320" height="240">
    <embed src="movie.swf" width="320" height="240">
  </object> 
</video>
</body>
赞 · 0
评论 (0)