php - How to linking to a div in html? -


I have a list of links and that page has the contents of the link, how can I link to a place on the page Am I

For example:

  & lt; Div id = "div1" & gt; Content content content content & lt; / Div & gt; & Lt; Div id = "div2" & gt; Content content content content & lt; / Div & gt; & Lt; Div id = "div3" & gt; Content content content content & lt; / Div & gt; How to link  

div3

Use this type for

id for div3 :

  & lt; A href = "# div3" & gt; Link DIV3 & lt; / A & gt; & Lt; Div id = "div1" & gt; Content content content content & lt; / Div & gt; & Lt; Div id = "div2" & gt; Content content content content & lt; / Div & gt; & Lt; Div id = "div3" & gt; Content content content content & lt; / Div & gt;  

You can read more about it.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -