html加强

<html>
<head><title>hello</title></head>
<body>
<p>段落</p>
<table border="1" width="400px" height="200px">
<tr><th>名字</th><th valign="boottom">性别</th></tr>
<tr><td valign="top">名字</td><td>性别</td></tr>

</table>
********************跑********************
<marquee>从右往左移动的</marquee>
<marquee direction="right"><font color="red">从左往右移动的</font><img src="2.jpg" width="200px"/></marquee>
*******************视频**************
<!--嵌入多媒体文本--><br/>
<embed src=a.mp4></embed>
<!--嵌入背景音乐-->
<bgsound src="sound.mp3" loop="3"></bgsound>
*******文字的分区*****
<div style="border:1px solid red">你好<img src="1.jpg" width=300></div>
浏览器内核
Mozilla(netscape,firefox)
ie(360,ie版本)
<blink>闪闪发光</blink>
<blockquote>啊啊啊啊啊啊啊啊啊啊啊</blockquote>
<img src="2.jpg" alt="landscape" width="400px"/>
<input type="checkbox" name="v"checked>苹果<br/>
<input type="checkbox" name="v"checked>西瓜<br/>
<select size="2" multiple>
<option value="aaa">aaa</option>
<option value="bbb">bbb</option>
<option value="ccc">ccc</option> 
</select>
</body>
</html>

 

posted @ 2016-09-10 21:05  缘琪梦  阅读(213)  评论(0编辑  收藏  举报