html link tag
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
html link tag
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
html a link tag
<!-- This is how you use a <a> tag in html -->
<a class="nav-link" href="Story.html">Story</a>
a href tag
Actually href is a html attribute, which is used for passing page url to the a tag.
Example
<a href="url">Click here</a>
html anchor tag
The <a> tag defines a hyperlink, which is used to link from one page to another.
The most important attribute of the <a> element is the href attribute, which indicates the link's destination.
By default, links will appear as follows in all browsers:
1. An unvisited link is underlined and blue
2. A visited link is underlined and purple
3. An active link is underlined and red
Creating a link to programmingquest.com:
<a href="https://www.programmingquest.com">Visit ProgrammingQuest</a>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us