日期:2014-05-17  浏览次数:20630 次

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>