html 跳转到本页面指定位置
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                html 跳转到本页面指定位置
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                
                            
                            
                             1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 </head>
4 <body>
5 <a href="#ct1">跳轉到詞條1</a>
6
7 <a href="#ct2">跳轉到詞條2</a>
8 <br>
9 <div id="ct1" style="height:1000px;">詞條1</div>
10 <div id="ct2">詞條2</div>
11 </body>
12 </html>
                        
                        
                        2 <head>
3 </head>
4 <body>
5 <a href="#ct1">跳轉到詞條1</a>
6
7 <a href="#ct2">跳轉到詞條2</a>
8 <br>
9 <div id="ct1" style="height:1000px;">詞條1</div>
10 <div id="ct2">詞條2</div>
11 </body>
12 </html>
轉載于:https://www.cnblogs.com/oneivan/archive/2011/11/09/2243032.html
總結
以上是生活随笔為你收集整理的html 跳转到本页面指定位置的全部內容,希望文章能夠幫你解決所遇到的問題。
                            
                        - 上一篇: 化工图纸中LISP_化工设备厂参展模型设
 - 下一篇: linux 去掉 ^M 的方法