Html link insert how | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Html link insert how

16th Jul 2018, 10:54 PM
tsinglet
tsinglet - avatar
8 Answers
+ 3
<a href="type here URL of page you want" >type here any text</a>
16th Jul 2018, 11:05 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 1
Good Luck !!!
16th Jul 2018, 11:06 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 1
thank you i had a brain blank
16th Jul 2018, 11:29 PM
tsinglet
tsinglet - avatar
+ 1
;)
16th Jul 2018, 11:29 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 1
You're welcome ;)
16th Jul 2018, 11:29 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 1
I saw your blog, so you can just Set value="40" of Python And Javascript to 0 ;)
16th Jul 2018, 11:34 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 1
In section with Your skills
16th Jul 2018, 11:35 PM
DANIOALEKSANDro
DANIOALEKSANDro - avatar
+ 1
Use the <a> tag, like this: <a href = “URL”>Click me to go to URL</a> The href attribute is where you will go to when you click it, and the content (Click me to go to URL) is what you will see.
18th Jul 2018, 6:13 AM
Rowsej
Rowsej - avatar