tryit_yourcode See Results <!DOCTYPE html> <html> <head> <title> Title of the document </title> <style> h2{ font-size: 60px; } </style> </head> <body> <h2> This is heading </h2> </body> </html>