///
Atenção: Para responder às questões de números 21 a 24, considere o código a seguir:
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title> SECRETARIA DE ESTADO DA FAZENDA </title>
<script>
function checar(){
if(I){
II
III
}
}
</script>
<style>
IV
</style>
</head>
<body>
<form name="frm">
<p>
Escolha os anos para referência <br>
<input type="radio" name="a1" value="2016-1" id="op1"> <label for="op1">2016-1 </label> <br>
<input type="radio" name="a1" value="2016-2" id="op2"> <label for="op2">2016-2 </label> <br>
<input type="radio" name="a1" value="2017-1" id="op3"> <label for="op3">2017-1 </label> <br>
<input type="radio" name="a1" value="2017-2" id="op4"> <label for="op4">2017-2 </label> <br>
<input type="radio" name="a1" value="2018-1" id="op5"> <label for="op5">2018-1 </label> <br>
<input type="radio" name="a1" value="2018-2" id="op6"> <label for="op6">2018-2 </label> <br>
</p>
<p>
<input type="button" value="Checar" onclick="checar();">
</p>
</form>
<p id="x"></p>
</body>
</html>Para aplicar a cor de fonte vermelha no elemento de id igual a "x", caso a condição seja verdadeira, utiliza-se, na lacuna III, do código, o comando