Meta自动定时刷新页面:
<meta http-equiv=”refresh” content=”5;url=http://www.*.com”>
<meta http-equiv=”refresh” content=”5”>
HTML标记:
<hr/> 横线
<b>粗体<i>斜体<del>删除线<ins>下划线<sub>下标<sup>上标<pre>原样预览
| 空格符 | | |
| < | 小于号 | < |
| > | 大于号 | > |
| & | 符号& | & |
| " | 双引号 | " |
| © | 版权符号 | © |
| ® | 注册商标 | ® |
| × | 乘号 | × |
| ÷ | 除号 | ÷ |
anchor:
<a name=”here”></a>
<a href=”#here”>Go to here</a>
列表:
有序 <ol> type取值为:1 a A i I
无序 <ul> type取值为:disc circle square
表单组件:
单选 复选 使用name属性归类
下拉 <select> multiple属性多选 <option>
文件组件:
<form action=”” enctype=”multipart:form-data” method=”post”>
<input type=”file” name=”file”/>
</form>
嵌入音频或者视频 <embed>