1 2 3 4 5 6 7 8 9
<!doctype html> <style> @media (monochrome) { p { display: none } } </style> <p style="color: red"> Red </p>