Check out example codes for "link in html". It will help you in understanding the concepts better.
Code Example 1
<a href="./Your/link/to/the/page">Your text</a>
Code Example 2
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
Code Example 3
<a href="url">link text</a>
Code Example 4
<a href="link">Text</a>
Code Example 5
<a href="https://example.com">Link text goes here</a>
Code Example 6
<a href="https://example.in">Click me</a>
Learn ReactJs, React Native from akashmittal.com