CD] Write a CSS rule that removes the underline from all links inside list items (li) and shifts them left by 3 ems.

What will be an ideal response?


```
li a { text-decoration: none;
position: relative;
left: -3em; }
```

Computer Science & Information Technology

You might also like to view...

What is the difference between continuous tone art and line art?

What will be an ideal response?

Computer Science & Information Technology

A bookmark name should NEVER contain ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

____ shine from one directional plane, like sunlight.

A. Color lights B. Infinite lights C. Light bulbs D. White lights

Computer Science & Information Technology

When you query a database, there is a defined order in which the results are displayed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology