HTML Tags for email and link to other sections on page -


I am writing an HTML page and my requirement is as follows:

  1. The HTML page contains some email IDs and when those EDIDs are clicked ... it should open the new page of the approach.

  2. The page has some squares and when it is clicked it should reach the respected paragraph / section. Ex: Click on link .... Go to section ....

Thank you in advance ...

for email address link

  & lt; A href = "mailto: youremailaddress" & gt; Email me & lt; / A & gt; 


Comments