How do I create a deeplink to a subsection of a webpage?
问题 Does anyone know how I can create a deeplink to a subsection of an individual webpage? Wiki seem to have it cracked but I can't seem to find the answers anywhere on the web. PS keep it simple! 回答1: Linking to a specific location or element on a page is possible only if the destination contains markup that constitutes a “destination anchor” that you can use in a fragment identifier (starting with # ) in a link. The following create such anchors: An id attribute (on any element) A name