How to link the paragraph internally using "href" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to link the paragraph internally using "href"

4th Apr 2018, 9:45 AM
Rosalind Khan
Rosalind Khan - avatar
4 Answers
+ 3
Click <a href="#blablubb">here</a> to jump to the paragraph <p name="blablubb">Paragraph Text...</p>
4th Apr 2018, 10:00 AM
Jeff Block
Jeff Block - avatar
+ 1
If you want the whole paragraph to be cliclable you need to do <a href="..."><p>...</p></a>
4th Apr 2018, 10:28 AM
Bebida Roja
Bebida Roja - avatar
0
thnx
4th Apr 2018, 10:46 AM
Rosalind Khan
Rosalind Khan - avatar
0
Np
4th Apr 2018, 10:46 AM
Jeff Block
Jeff Block - avatar