Em relação à HTML, VBScript e JavaScript, analise a sintaxe ...
Em relação à HTML, VBScript e JavaScript, analise a sintaxe dos trechos de programação abaixo. I. <html> <body> <script> {alert}("Minha mensagem!") <script> <body> <html> II. <html> <head> <title> Exemplo </title> </head> <p> Minha Mensagem </p> </body> <html> III. <html> <body> <% if Hour(Now) < 12 then %> <center> Bom Dia! </center> <% else %> <center> Olá! </center> <% end if %> </body> </html> É correto o que se afirma em: