HTML Attributes
- HTML attribute provide additional information about HTML element
- HTML attribute used inside opening tag
- HTML attibute change the behaviour of elements
The href attribute
- href attribute used inside Anchor tag
- Anchor tag used to create a link ( that mean link one page to another page )
- href attibute have location ( mean path of ) other page
<a href = " "> tag known as anchor tag used to create a link and href attribute consist location of next page
Example
<a href="https://fast2learning.com"> fast2learning</a>
<a href="https://www.google.com"> Google </a>
Result