Scroll to a specific Element Using html

前端 未结 10 1360
猫巷女王i
猫巷女王i 2020-12-02 12:09

Is there a method in html which makes the webpage scroll to a specific Element using HTML !?

10条回答
  •  一向
    一向 (楼主)
    2020-12-02 12:51

    Yes, you may use an anchor by specifying the id attribute of an element and then linking to it with a hash.

    For example (taken from the W3 specification):

    You may read more about this in Section Two.
    ...later in the document
    

    Section Two

    ...later in the document

    Please refer to Section Two above for more details.

提交回复
热议问题