H5+CSS3 杂记
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="500;http://www.baidu.com">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Java,H5,JavaScript,Oracle">
<meta name="description" content="test H5">
<title>TEST H5</title>
</head>
<body>
<center>
<h1>大标题 >>测试</h1>
<iframe name = 'tom' src="ifame.html"></iframe>
<img id="middle" src="imgs/testimg.jpg" alt="年会图片" width="500px"/>
<a href="#">返回顶部</a>
<a href="#middle">返回图片位置</a>
<a href="mailto:weihuanbo@qq.com">联系我们</a>
<a href="http://www.baidu.com" target="_self">白度一下</a>
<a href="ifame.html" target="tom">打开iframe</a>
</center>
-->
</body>
</html>