SóProvas


ID
201508
Banca
FCC
Órgão
BAHIAGÁS
Ano
2010
Provas
Disciplina
Programação
Assuntos

A função de criar hiperlinks em uma página, similar à tag HTML < A HREF>, é realizada pelo método JavaScript por meio do

Alternativas
Comentários
  • The link() method is used to display a string as a hyperlink.

    This method returns the string embedded in the <a> tag, like this:

    <a href="url">string</a>



    Syntax

    string.link(url)
     
    Fonte: http://www.w3schools.com/jsref/jsref_link.asp
  • método deprecated

    https://www.w3schools.com/jsref/jsref_link.asp