1 — Anatomy of CSS Recognize the parts of CSS syntax including styles, rules, and properties.
tr {
margin-left: 50px;
}
In the above CSS snippet, "tr" is an example of a __________.
A) Selector
B) Property
C) Value
D) Declaration