link (JavaScript 1.0)

A hypertext link.

Properties & Events

KeyDescriptionAvailability
hrefComplete text of the URL of the link.
chrome 1.0safari 1.0Firefox 1.0ie 3.0opera 7.0
targetWindow to display the contents of the link.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera 7.0
onclickEvent handler for when a user clicks on the link.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera 7.0
onmouseoutEvent handler for when a user moves the mouse off of the link.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera 7.0
onmouseoverEvent handler for when a user moves the mouse over the link.
chrome 1.0safari 1.0Firefox 1.0ie 4.0opera 7.0

Example
No example available.

Examples having uses of: 'link'

0 votes
1k views

JavaScript Link Object

The link object is used to include the external file in the web page. This tag must be inside the head tag of the page. Here is the example of the link that give the type of the external sheet.
0 votes
1k views

CSS Pseudo

CSS pseudo-classes are used to add special effects to some selectors.
0 votes
1k views

CSS RGB Color

CSS colors can be appied radomly using RGB combination (Red,Green,Blue).
0 votes
1k views

CSS Color

Colors can be applied to any HTML element. Like div, text, body ,paragraph etc.
1 votes
11k views

CSS Pseudo on link tag

In this example, a hyperlink with a destination of "#" is set to display different colouring for different properties.
0 votes
1k views

Complete Web Page Example

The HTML head Element The head element is a container for all the head elements. Elements inside <head> can include scripts, instruct the browser where to find style sheets, provide meta information, and more. The following tags can be added to the head section: <title>, <base>, <link>, <meta>, <script>, and <style>.
0 votes
1k views

HTML Link

The <link> tag defines the relationship between a document and an external resource. The <link> tag is most used to link to style sheets: