Always remember that the href attribute is used to define the destination URL for a hyperlink.
<a href="http://abc.com">abc</a>
<a name="http://abc.com">abc</a>
<http://abc.com>
url="http://abc.com">
In HTML, a hyperlink is created using the <a> tag with the href attribute, which specifies the URL the link points to. The text between the opening and closing <a> tags is what appears as clickable.
| List-I | List-II |
|---|---|
| (A) Static web page | (II) A web page whose content is fixed. |
| (B) Home page | (IV) First page of website. |
| (C) Dynamic web page | (I) A web page whose content keeps changing. |
| (D) Web server | (III) Delivers the contents to web browser. |
A Session variable is created ________.