Home Concursos Públicos Questões Q3727562 Qual código HTML com jQuery abaixo irá apresentar corretamen... Próximas questões Com base no mesmo assunto Q3727562 Programação Web , Programação de front end , Linguagens de marcação , Ano: 2022 Banca: UFPE Órgão: UFPE Prova: UFPE - 2022 - UFPE - Técnico de Tecnologia da Informação - Suporte e Redes | Q3727562 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: Veja esse conteúdo explicado passo a passo em nossos cursos. Buscar curso teste Parabéns! Você acertou! Mandou bem! Revise esse tema nos nossos cursos. Buscar curso teste Ficou com dúvidas? Gabarito Comentado (1) Aulas Comentários Estatísticas Cadernos Criar anotações Notificar Erro Salvar novo filtro Nome do novo filtro