- Joined
- Jan 12, 2022
- Messages
- 48
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".