Search
 
SCRIPT & CODE EXAMPLE
 

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>

Comment

link to section on page html

<!-- #top is the ID of the div where u wanna link to -->
<a href="#top">Go back to the top!</a>

<div id="top"></div>
Comment

PREVIOUS NEXT
Code Example
Html :: dot icon in html 
Html :: html copy button 
Html :: css animation fade out after delay 
Html :: html date range input 
Html :: html span title tooltip 
Html :: install php windows 10 
Html :: <input autocomplete="off"</input 
Html :: html image with link 
Html :: html remove space after paragraph 
Html :: ignore text html elemnt 
Html :: v-on hover 
Html :: how to center vertically in bootstrap col 
Html :: how to go directly gmail using mailto html 
Html :: Meta Tag Generato - SEO 
Html :: bootstrap 5 tabs 
Html :: nuxt title page 
Html :: standard html starter code 
Html :: how to change the height of an image in html 
Html :: html bullet symbol 
Html :: input button group 
Html :: html image 
Html :: ancres html 
Html :: tailwind resize none 
Html :: bootstrap notification 
Html :: image preview for website 
Html :: datepicker bootstrap 
Html :: external javascript file not working 
Html :: bootstrap form-switch 
Html :: how to put dowloadable resume on website html 
Html :: theme color in html 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =