Analise o código a seguir.<!DOCTYPE html><html> ...

Próximas questões
Com base no mesmo assunto
Q2222501 Sistemas de Informação
Analise o código a seguir.

<!DOCTYPE html> <html>         <body>  <%! int variable_value=5; %>  <%= " O valor é :"+ variable_value %>      </body> </html>

É correto afirmar que os trechos delimitados pelas tags <% e %> contêm código específico para: 
Alternativas