Informática, perguntado por mauroborgesjunior, 10 meses atrás

Qual atributo do HTML é usado para definir estilos inline? a. font b. style c. styles d. class

Soluções para a tarefa

Respondido por AiltonSilva
6

span.a {

   display: inline; <--- Fica no css ou style

   width: 100px;

   height: 100px;

   padding: 5px;

   border: 1px solid blue;  

   background-color: yellow;  

}

Resposta: b. style


Respondido por dhdfernandes
2

Resposta:

É em style

Explicação:

Perguntas interessantes