Home › Forums › YWN Main Site & Coffee Room Issues › The Laboratory II – Try Your HTML & ASCII Art Experiments Here › Reply To: The Laboratory II – Try Your HTML & ASCII Art Experiments Here
FB and kapusta: I am really pretty new to this myself so I will try to explain it without messing up this time. Hope I can do it properly.
If you look closely at ICOT’s example, you will see that creating a link is similar to turning something blue or making it bold (brackets before and after the word/s), BUT the only difference is that instead of just having one letter/word in the brackets before and after your Link Word/s like so :
<
strong>
words-you-want-to-be-the-link-here<
/strong>
You also have to add the URL into the first brackets after this <
a href= your URL here>
words-you-want-to-be-the-link-here<
/a>
.
So the symbol placed in the brackets on either end of your Link Word/s is “a”, and in the first set of brackets you add “href=”, followed by your URL, followed by your closing bracket.
In the second set of brackets is “/a” and you are done! (Don’t forget the “/”)
Hope I did that right and made it clear!