Do someone know how to create internal hyperlink to paragraph in the same document? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

Do someone know how to create internal hyperlink to paragraph in the same document?

html

20th May 2017, 1:16 PM
Rastislav Romanec
Rastislav Romanec - avatar
5 Answers
+ 24
<p id=a>para</p> <a href=#a>link</a>
20th May 2017, 1:20 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 15
@Siddarth ^_^ they are called quotes and aren't necessary ^_^
20th May 2017, 1:49 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
yes, <a href="#par"</a> is correct answer, thanks
20th May 2017, 2:28 PM
Rastislav Romanec
Rastislav Romanec - avatar
+ 3
@Valentin you forgot to enclose the values with colons
20th May 2017, 1:43 PM
Siddharth Saraf
+ 2
Thanx @Valentin for rectifying me
20th May 2017, 1:52 PM
Siddharth Saraf