1. 程式人生 > >第23節 html頁面過渡效果

第23節 html頁面過渡效果

網頁過渡效果

首頁

<html>
    <head>
        <title>首頁</title>
    </head>
    <body align=center>
        歡迎來到首頁!
        <br/>
    <a href="第一頁.html">第一頁</a>
    &nbsp
    <a href="第二頁.html">第二頁</a>
    </body>
</html>

第一頁

<html
>
<head> <title>第一頁</title> <meta http-equiv="page-Enter" content="revealTrans(Duration=3.0,Transition=23)"> <meta http-equiv="page-Exit"content="revealTrans(Duration=1.0,Transition=12)"> </head> <body bgcolor=gray> <a
href="首頁.html">
返回上一頁</a> <br/><br/> <img src="https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo/bd_logo1_31bdc765.png"> </body> </html>

第二頁

<html>
    <head>
        <title>第二頁</title>
        <meta http-equiv
="page-Enter" content="revealTrans(Duration=3.0,Transition=23)">
</head> <body bgcolor=yellow> <a href="首頁.html">返回上一頁</a> <br/><br/> <img src="file:///C:/Users/MiIo/AppData/Roaming/Baidu/BaiduBrowser/common/blank_tab/e12dd81f1f1c17d8f95c2a0604200214.png"> </body> </html>