Vivian wants to use shorthand properties for a background for her new website. what would be the proper element?

1. border: 2px; border: solid; border: #000;

2. border-width: 2px;
border-style: solid;
border-color: #000

3. border: 2px solid #000;

4. border-width: 2px; style: solid; color: #000;

why are shorter css files easier to maintain in web design?

1. browsers are able to translate css

2. css programming converters create more space

3. css shorthand take up less space

4. html translators have been developed

Solved
Show answers

Ask an AI advisor a question