Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html jump to section

<!-- Here you can right the setup like <html> and stuff... -->
<body>
  <a href=“#id or class of text or something else“>Jump to: Here you link</a>
  <h1 id=“id or class of texr or something else“>Here you link</h1>
</body>
<!-- you can use a id or a class with the href tag, like: href=“.class of your choise“. -->
 
PREVIOUS NEXT
Tagged: #html #jump #section
ADD COMMENT
Topic
Name
7+9 =