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

前端开发   发布日期:2025年05月08日   浏览次数:196

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>

以上就是使用Meta自动定时刷新页面及一些HTML标记的详细内容,更多关于使用Meta自动定时刷新页面及一些HTML标记的资料请关注九品源码其它相关文章!