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