How to create an internal hyperlink to a paragraph in same document | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to create an internal hyperlink to a paragraph in same document

2nd Jun 2017, 3:42 PM
Shaswat Singh
Shaswat Singh - avatar
2 Answers
+ 10
<p id="para"> Text </p> <a href="#para">click me</a>
2nd Jun 2017, 3:55 PM
Ekansh
+ 3
If you want the hyperlink in the middle of the paragraph (what I thought): <p> Hey <a href="https://www.google.com">this</a> is a link </p>
2nd Jun 2017, 3:59 PM
Maart
Maart - avatar