Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS * Selector</title> <style> * { font-size:24px; } </style> </head> <body> <p>This is paragraph text</p> <h1>This is h1 heading text</h1> <h4>This is h4 heading text</h4> </body> </html>
  Preview Arrow