Hyperlinks
HTML links are nothing but hyperlinks, that on clicking redirects you to another page.
<a> tag is used to define a hyperlink.
Syntax
<a href=”url”>link text</a> |
Example
<!DOCTYPE html> <html> <body> <h1>HTML Links</h1>a href=”http://mycomputerknowledge.com/”>Visit mycomputerknowledge.com!</a></body> </html> |
also see
C Programming language |
Go Programming language |
Linked List | Array |
Stack | Queue |
Puzzle | Reasoning |
Aptitude | Simplification |