In CSS the following have an identical effect, displaying paragraphs in red:
p { color: red; } p { color: red; } p { color: red; }