Home Concursos Públicos Questões Q3727602 Qual código HTML com jQuery abaixo irá apresentar corretamen... Próximas questões Com base no mesmo assunto Q3727602 Programação Web , Programação de front end , Ano: 2022 Banca: UFPE Órgão: UFPE Prova: UFPE - 2022 - UFPE - Técnico de Tecnologia da Informação - Sistemas | Q3727602 Programação Qual código HTML com jQuery abaixo irá apresentar corretamente um botão que, quando clicado, emitirá um alerta no navegador Web? Alternativas A <!doctype html> <html> <head> <meta charset="utf-8"> <title>Prova UFPE</title> </head> <body> <button id="botaoAlerta" name="Alerta">Exemplo</button> <script src="jquery-3.6.0.js"></script> <script> $("#botaoAlerta").click(function(){ alert('Concurso UFPE!'); }) </script> </body> </html> B <!doctype html> <html> <head> <meta charset="utf-8"> <title>Prova UFPE</title> </head> <body> <button id="botaoAlerta" name="Alerta">Exemplo</button> <script src="jquery-3.6.0.js"></script> <script> $("botaoAlerta").click(function(){ alert('Concurso UFPE!'); }) </script> </body> </html> C <!doctype html> <html> <head> <meta charset="utf-8"> <title>Prova UFPE</title> </head> <body> <button id="botaoAlerta" name="Alerta">Exemplo</button> <script src="jquery-3.6.0.js"></script> <script> ("#Alerta").click(function(){ alert('Concurso UFPE!'); }) </script> </body> </html> D <!doctype html> <html> <head> <meta charset="utf-8"> <title>Prova UFPE</title> </head> <body> <button id="botaoAlerta" name="Alerta">Exemplo</button> <script src="jquery-3.6.0.js"></script> <script> $("Alerta").click(function(){ alert('Concurso UFPE!'); }) </script> </body> </html> E <!doctype html> <html> <head> <meta charset="utf-8"> <title>Prova UFPE</title> </head> <body> <button id="botaoAlerta" name="Alerta">Exemplo</button> <script src="jquery-3.6.0.js"></script> <script> ("botaoAlerta").click(function(){ alert('Concurso UFPE!'); }) </script> </body> </html> Responder Incorreta. Gabarito oficial da banca: Errou um tema comum da banca? Veja o que mais costuma cair no Raio-X. Ver raio-X teste Parabéns! Você acertou! Essa questão segue o padrão da banca! Veja o que mais costuma cair. Ver raio-X teste Ficou com dúvidas? Gabarito Comentado Aulas Comentários Estatísticas Cadernos Criar anotações Notificar Erro Salvar novo filtro Nome do novo filtro