跳转方法:1、用meta标签,语法“7555ceb0e88888d09d34ab0a8fa01309”;2、借助js,在script标签中添加“window.location="跳转地址"”代码进行跳转。
本教程操作环境:windows7系统、javascript1.8.5&&HTML5版、Dell G3电脑。
html重定向跳转页面的方法
1、利用meta标签
<head> <meta http-equiv="refresh" content="5; url=https://www.php.cn/"> </head>
2、借助js
<script type="text/javascript"> window.location = "http://www.baidu.com"; </script>
推荐教程:《html视频教程》
以上是html怎么重定向跳转页面的详细内容。更多信息请关注PHP中文网其他相关文章!