Test your knowledge on jQuery CSS Manipulation Quiz: Master css(), show(), hide(), and toggle() (Beginner to Advanced). This quiz contains 10 questions.
Level: Beginner
Topic: css-manipulation
Get a CSS property value with css()
Given the HTML below, which jQuery statement correctly reads the element’s text color?
```html
<p id="msg" style="color: red;">Hello</p>
```