代码改变世界

使用Meta自动定时刷新页面及一些HTML标记

2010-02-06 16:24  血糯米Otomii  阅读(2244)  评论(0编辑  收藏  举报

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>原样预览

  空格符 &nbsp;
< 小于号 &lt;
> 大于号 &gt;
& 符号& &amp;
" 双引号 &quot;
© 版权符号 &copy;
® 注册商标 &reg;
× 乘号 &times;
÷ 除号 &divide;

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>