Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html a link to section on page

<!--1. create link tag with href containing "[#][section to direct] with name-->
<a href = #about-section>About</a>

<!--2. create identifier for the section you would like to navigate to with "id" = name-->
<section id = "about-section"> <h1>This is the about section</h1> </section>

 
PREVIOUS NEXT
Tagged: #html #link #section #page
ADD COMMENT
Topic
Name
1+7 =