Run ยป
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <style> body{ font-size: 15px; color: gray; } body div.heading{ color: blue; } </style> <div class="heading"> <h1>This is heading 1</h1> </div> </body> </html>