测试浏览器内核
<script type="text/javascript">
alert(window.navigator.userAgent);
</script>
居中:<h1 style="text-align: center;">标题居中</h1>
基本标签 |
|
换行 |
<br/> |
加粗 |
<b>加粗</b> |
倾斜 |
<i>倾斜</i> |
下划线 |
<u>下划线</u> |
删除线 |
<del>删除线</del> |
<sub>kg</sub>9 |
|
<sup>9</sup>4 |
|
修饰字体 |
<font size="3" color="darkred">修饰字体大小颜色</font>size1-7 |
段落 |
<p><p/> |
空格 |
  |
<> |
<br/> |
& |
& |
格式化 |
<pre> <pre/> |
下划线 |
<hr /> ||<hr color="red" width="300px" /> |
背景 |
|
背景颜色 |
background=”1.jpg” |
背景图片 |
bgcolor=”red” |
多媒体标签 |
|
图片 |
<img src="img/ly.jpg" height="300px" title="好漂亮" alt="图片的描述信息"/> <img src="https://www.baidu.com/img/bd_logo1.png" width="100px" /> |
音频 |
<embed src ="img/1.mp3" autostart="true" loop='true' hidden="false" width="200px" height="200px"></embed> |
网络视频 |
<embed src="img/q.mp4" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" allowFullScreen="true" mode="transparent" type="application/x-shockwave-flash"></embed> |
本地视频 |
<embed src ="img/123.mp4" autostart="true" loop='true' hidden="false" width="200px" height="200px"></embed> |
超链接 |
|
本地 |
<a href="h1.html" title="本地">本地资源</a> |
网络 |
<a href="http://www.baidu.com" title="我是到百度的请求">网络资源</a> |
邮箱 |
邮箱超链接 <a href="mailto:clcand@sina.com">clcand@sina.com</a> |
锚点 |
<a href="h1.html#F1">跳转到页面的锚点</a> |
本页锚点 |
<a href="#one"><h3>1楼</h3></a>,,,,, <a name="one"></a> |
表格 |
|
<table border="1" width="600px" cellspacing="0"> <tr> <th>123/th> <td>456</td> </tr> </table> |
页面内嵌框架
一个页面嵌套两个页面:
页面部分刷新:
待续........