Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> h1 { font-size: 50px; } </style> </head> <body> <h1>This is heading 1</h1> </body> </html>