Links in HTML

Learn how to create Links in HTML.
Example:
“Here is a link to Easy Web Tutorials
This is what it looks like in your browser:
Here is a link to Easy Web Tutorials
The element “a” stands for “anchor”. The attribute href is short for “hypertext reference”, which specifies where the link leads to – typically an address on [...]