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
Previous articlePuzzles Set I
Next articleC Program to Print Number of Rounds Needed to Bubble Sort an Array

LEAVE A REPLY

Please enter your comment!
Please enter your name here