<!DOCTYPE html> <!-- CSS_selectors003.html --> <html> <head> <style> * { color : red; } </style> </head> <body> <p> This is a paragraph</p> <h1> This is a large heading</h1> <h4> This is a small heading</h4> <p> This is a paragraph</p> </h6> This is an extra small heading</h6> </body> </html>