Sirmadsen
Administrator
- Jan
- 49
- 0
Staff member
Admin
Moderator
Member
Creating a Html link is really simple. The code below will result in --> Throneofgeeks.com
The href Attribute
The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to:
Just replace the URL and the "link name".
The href Attribute
The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to:
HTML:
<a href="https://www.throneofgeeks.com">Throneofgeeks</a>
Just replace the URL and the "link name".