Considere o seguinte código HTML/CSS:
<html>
<head>
<style type="text/css">
.classe { font-size: 160px;}
body { font-size: 80px;}
html { font-size: 40px;}
span{ font-size: 20px;}
</style>
</head>
<body>
<head>
<style type="text/css">
.classe { font-size: 160px;}
body { font-size: 80px;}
html { font-size: 40px;}
span{ font-size: 20px;}
</style>
</head>
<body>
<span class="classe" style="font-size: 10px"
>Um texto</span>
>Um texto</span>
</body>
</html>
</html>
Assinale a alternativa que indica o tamanho em que será mostrado o texto “Um texto”.