JSFiddle - React, Tailwind, and code Playground
by yejin_yang
HTML
<html>
<a href="#title1">Example headline</a>
RapidTables
Home>Web>HTML>Link> Anchor links
HTML anchor link
HTML anchor link code. How to link in the same page in HTML.
Link to anchor on same page
Link to anchor on another page
Link to anchor on same page
The code will create this link:
Example headline
When pressing the above link the browser will jump to the heading below, with this code:
<h5><a id="example"></a>Example headline</h5>
Example headline
Some text...
Link to anchor on another page
<a href="../html-link.html#generator">HTML link code generator</a>
The code will create this link:
HTML link code generator
When pressing the link the browser will jump to the html-link page section that has this code:
<h2><a id="generator"></a>HTML link code generator</h2>
See also
HTML links
HTML button link
HTML download link
HTML image link
HTML link color
HTML mailto link
HTML new window link
HTML text link
Write how to improve this page
Your message ...
Submit Feedback
HTML LINKS
Anchor link
Button link
Download link
Email link
Image link
Javascript link
Link color
New window link
Text link
RAPID TABLES
Recommend Site
Send Feedback
About
<h1 id='#title1'>
hello
</h1>
Home | Web | Math | Electricity | Calculators | Converters | Tools
© RapidTables.com | About | Terms of Use | Privacy Policy | Manage Cookies
</html>