| <html> | |
| <head> | |
| <title>CSS3 media query test: simple media query. Using link element, media attribute</title> | |
| <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" /> | |
| <link rel="stylesheet" type="text/css" media="only all" href="import-p-green.css" /> | |
| </head> | |
| <body> | |
| <p> This text should be green.</p> | |
| </body> | |
| </html> |