HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> *{ color: red; } </style> </head> <body> <h1>CSS * Selector</h1> <p>All the content will be in red.</p> </body> </html>
OUTPUT
×

Save as Private