Code
Execute
<!DOCTYPE html> <html> <head> <style> h1 { color:blue; } </style> </head> <body> <h1>Welcome To Wikitechy </h1> <p>Just a normal paragraph </p> </body> </html>
Result