当前位置: 代码迷 >> HTML/CSS >> HTML惯用代码
  详细解决方案

HTML惯用代码

热度:122   发布时间:2012-10-06 17:34:01.0
HTML常用代码

设置浏览器地址栏上的图标
<HEAD>
<link rel="Shortcut Icon" href="images/favicon.ico" />
<TITLE>My Title</TITLE>
</HEAD>


设置网页自动跳转代码html
<head>
<meta http-equiv="Content-Language" content="zh-CN">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta http-equiv="refresh" content="0.1;url=http://www.dreamershop.com">
<title></title>
</head>
  相关解决方案