Considere a seguinte página HTML5 que utiliza CSS3. <!DOC...
Considere a seguinte página HTML5 que utiliza CSS3.
<!DOCTYPE html>
<html>
<head>
<style>
.button {
background-color: #ededed;
border: solid #000000 1px;
color: #000000;
padding: 15px 32px;
text-align: center;
font-size: 16px;
cursor: pointer;
}
.btnSalvar {...I...}
</style>
</head>
<body>
<button class="button btnSalvar">Salvar</button>
</body>
</html>
Ao ser executada no navegador, esta página gerou o seguinte botão.
Conclui-se que a lacuna I contém a instrução