///
","answerCount":4,"datePublished":"2018-01-01T00:00:00-03:00","author":{"@type":"Organization","name":"FAUEL","url":"https://questionei.com"},"suggestedAnswer":[{"@type":"Answer","text":"O alerta Imagem carregando não é disparado.","position":1,"encodingFormat":"text/html","upvoteCount":0,"datePublished":"2018-01-01T00:00:00-03:00","url":"https://questionei.com/questoes/457941203456446/#alternativa-0","author":{"url":"https://questionei.com","@type":"Organization","name":"FAUEL"}},{"@type":"Answer","text":"O alerta Imagem carregando é disparado após o carregamento total da imagem.","position":2,"encodingFormat":"text/html","upvoteCount":0,"datePublished":"2018-01-01T00:00:00-03:00","url":"https://questionei.com/questoes/457941203456446/#alternativa-1","author":{"url":"https://questionei.com","@type":"Organization","name":"FAUEL"}},{"@type":"Answer","text":"O alerta Imagem carregando é disparado durante o carregamento da imagem.","position":3,"encodingFormat":"text/html","upvoteCount":0,"datePublished":"2018-01-01T00:00:00-03:00","url":"https://questionei.com/questoes/457941203456446/#alternativa-2","author":{"url":"https://questionei.com","@type":"Organization","name":"FAUEL"}},{"@type":"Answer","text":"O alerta Imagem carregando é disparado antes da imagem ser carregada.","position":4,"encodingFormat":"text/html","upvoteCount":0,"datePublished":"2018-01-01T00:00:00-03:00","url":"https://questionei.com/questoes/457941203456446/#alternativa-3","author":{"url":"https://questionei.com","@type":"Organization","name":"FAUEL"}}],"acceptedAnswer":{"@type":"Answer","text":"O alerta Imagem carregando é disparado após o carregamento total da imagem.","encodingFormat":"text/html","datePublished":"2018-01-01T00:00:00-03:00","url":"https://questionei.com/questoes/457941203456446/#resposta-correta","author":{"url":"https://questionei.com","@type":"Organization","name":"FAUEL"}}}}Dado o trecho de código em HTML/Javascript a seguir, assinale a afirmativa que corresponde à CORRETA execução do mesmo:
<img src=“imagem.gif” onload=“carregarImagem()”
width=“100” height=“100”>
<script>
function carregarImagem( ) {
alert(“Imagem carregando”);
}
</script>