HTML link Tag
This is a html link tag.
Example source code
<!DOCTYPE html> <html> <head> <title> </title> <head> <body> <h1> </h1> <p> <p/> <a href=”https://wealthdiagram.com” /> This is a link that will go to my website</a> <body> </html> |
Example result
This is a link that will go to my website |