'anchor()' Syntax, Parameters and Note : anchor « Javascript Methods « JavaScript Reference

'anchor()' Syntax, Parameters and Note

Note:

Creates an <a> element.
    
Syntax:
    
stringName.anchor(param1)


Parameters:
    param1   Required; the <a> element's name attribute.

    

      
      








Related examples in the same category

1.'anchor()' Example
2.'anchor()' is applied to