like that,
tag also.
==> To make the normal text of tag as link text:
attribute:
href ==> Hyper Reference
Anchor Tag
Anchor Tag Behavior
Text_1
Text_2
Text_3
==========================
href attribute:
===============
href ==> navigation place
href can define with:
absolute path
relative path
Links with absolute path:
=========================
Link ==> Blue (before the performing of click action)
Link ==> Purple (After the performing of click action)
for the links:
states:
1) Link state
=============
==> the link is not performed with any click action
are called as "links"
==> active links ==> blue (by default)
2) Visited state
================
==> the link which was already used
are called as "visited links".
==> visited links ==> purple (by default)
3) Active state
================
==> the link in click (during the click action)
==> active state ==> red (by default)
4) Hover State
==============
==> placing the cursor on link
Links with Relative Paths:
==========================
Home