<html> <head> <title>CSS3 media query test: media query testing not and feature braille (not braille). Using style element, @media css rule.</title> <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" /> <style type="text/css"> @media not braille { p { color: green } } </style> </head> <body> <p> This text should be green.</p> </body> </html>