0
Help hyperlink
I need help adding a hyperlink to my code
2 Answers
+ 2
https://www.sololearn.com/discuss/76129/?ref=app
https://www.sololearn.com/discuss/255234/?ref=app
https://www.sololearn.com/discuss/867183/?ref=app
https://www.sololearn.com/discuss/1176275/?ref=app
https://www.sololearn.com/discuss/1864980/?ref=app
https://www.sololearn.com/discuss/2255886/?ref=app
https://www.sololearn.com/discuss/290164/?ref=app
https://www.sololearn.com/discuss/2367285/?ref=app
https://www.sololearn.com/discuss/297214/?ref=app
https://www.sololearn.com/discuss/1884583/?ref=app
https://www.sololearn.com/discuss/913136/?ref=app
https://www.sololearn.com/discuss/2658550/?ref=app
https://www.sololearn.com/discuss/92446/?ref=app
0
Hey there
For adding hyperlink to your HTML document you can use <a href="url">Link</a> syntax
In this code, I used a tag (stands for anchor) and an attribute name href(hyperlink reference) to which you can put your hyperlink HTTP address as a value.
For more info, you can read this article: https://developer.mozilla.org/en-US/docs/Glossary/Hyperlink
Happy coding
Cheers