<rect x="10" y="30" style="fill:red" width="100" height="50" />
<rect x="150" y="30" fill="green" width="100" height="50" />
Should not happen
- Effect is the same
- Conforming SVG implementations must implement both
- Use styling if many shapes need to have the same attributes
- Use presentational attributes for content