+ 3
Html link insert how
8 Respostas
+ 3
<a href="type here URL of page you want" >type here any text</a>
+ 1
Good Luck !!!
+ 1
thank you i had a brain blank
+ 1
;)
+ 1
You're welcome ;)
+ 1
I saw your blog, so you can just Set value="40" of Python And Javascript to 0 ;)
+ 1
In section with Your skills
+ 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.